Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enumerateBasicTypes (0.31 sec)

  1. src/cmd/internal/goobj/mkbuiltin.go

    		fmt.Fprintf(w, "{%q, %d},\n", name, b.abi)
    	}
    	fmt.Fprintln(w, "}")
    }
    
    // enumerateBasicTypes returns the symbol names for basic types that are
    // defined in the runtime and referenced in other packages.
    // Needs to be kept in sync with reflect.go:WriteBasicTypes() and
    // reflect.go:writeType() in the compiler.
    func enumerateBasicTypes() []extra {
    	names := [...]string{
    		"int8", "uint8", "int16", "uint16",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top