/prebuilts/go/darwin-x86/src/cmd/doc/ |
pkg.go | 433 // structs and methods from interfaces (unless the unexported flag is set).
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encode.go | 570 // indirect through info to delay evaluation for recursive structs
|
decode.go | 850 // indirect through enginePtr to delay evaluation for recursive structs. 918 // indirect through enginePtr to delay evaluation for recursive structs 959 // Structs are considered ok; fields will be checked later. [all...] |
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/darwin-x86/src/syscall/ |
net_nacl.go | 140 // A Sockaddr is one of the SockaddrXxx structs.
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
pkg.go | 433 // structs and methods from interfaces (unless the unexported flag is set).
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
encode.go | 570 // indirect through info to delay evaluation for recursive structs
|
decode.go | 850 // indirect through enginePtr to delay evaluation for recursive structs. 918 // indirect through enginePtr to delay evaluation for recursive structs 959 // Structs are considered ok; fields will be checked later. [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
net_nacl.go | 140 // A Sockaddr is one of the SockaddrXxx structs.
|
/prebuilts/go/darwin-x86/src/text/template/ |
exec_test.go | 28 // Nested structs. 250 // Fields of structs. [all...] |
/prebuilts/go/linux-x86/src/text/template/ |
exec_test.go | 28 // Nested structs. 250 // Fields of structs. [all...] |
/external/vulkan-validation-layers/ |
generator.py | [all...] |
/build/blueprint/ |
context.go | 269 // properties structs. Each properties struct is examined when parsing a module 271 // properties structs are automatically set to the property values specified in [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSSBOLayoutCase.cpp | 276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const 281 structs.push_back(*i); [all...] |
/external/testng/doc/ |
prettify.js | 706 // passably for Python. The _t catches C structs.
[all...] |
/prebuilts/go/darwin-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
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pe.go | 1041 Wputl(0x0308) // "array of structs"
|
/prebuilts/go/darwin-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
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pe.go | 1038 Wputl(0x0308) // "array of structs"
|
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 899 // Because Unmarshal uses the reflect package, the structs
|