HomeSort by relevance Sort by last modified time
    Searched refs:structs (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 603 // except that we do not look inside structs for the first field.
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 12 // to define new message structs, no new pack/unpack/printing code
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 792 * structs, functions, and methods.
fmt.go 713 name = Sconv(s, obj.FmtShort|obj.FmtByte) // qualify non-exported names (used on structs, not on funarg)
    [all...]
gen.go 1017 // Slices, strings and interfaces are supported. Small structs or arrays with
subr.go 1028 // Loop over structs: receiver, in, out.
1037 // Loop over fields in structs, ignoring argument names.
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pe.go 1041 Wputl(0x0308) // "array of structs"
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 789 * structs, functions, and methods.
fmt.go 710 name = Sconv(s, obj.FmtShort|obj.FmtByte) // qualify non-exported names (used on structs, not on funarg)
    [all...]
gen.go 1014 // Slices, strings and interfaces are supported. Small structs or arrays with
subr.go 1025 // Loop over structs: receiver, in, out.
1034 // Loop over fields in structs, ignoring argument names.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 1038 Wputl(0x0308) // "array of structs"
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 899 // Because Unmarshal uses the reflect package, the structs
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder_test.go 785 // Mutually recursive slices of structs caused problems.
type.go 389 // structs have mutual recursion.
497 // type ids while allowing recursive types to be described. Structs,
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 603 // except that we do not look inside structs for the first field.
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 12 // to define new message structs, no new pack/unpack/printing code
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
subr.go 1028 // Loop over structs: receiver, in, out.
1037 // Loop over fields in structs, ignoring argument names.
    [all...]
order.go 49 free *NodeList // free list of NodeList* structs (for use in temp)
    [all...]
reflect.go 1331 // emit type structs for error and func(error) string.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 1025 // Loop over structs: receiver, in, out.
1034 // Loop over fields in structs, ignoring argument names.
    [all...]
order.go 46 free *NodeList // free list of NodeList* structs (for use in temp)
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
value.go 35 // they represent, but rather the contents of the Value structs.
1024 // behavior for structs, which allow read but not write
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 35 // they represent, but rather the contents of the Value structs.
1024 // behavior for structs, which allow read but not write
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 129 Go structs cannot embed fields with C types.

Completed in 1556 milliseconds

1 2 3 4 56 7 8