/external/flatbuffers/net/FlatBuffers/ |
D | Struct.cs | 22 public struct Struct struct 24 public int bb_pos; 25 public ByteBuffer bb;
|
/external/clang/test/CodeGenCUDA/ |
D | printf-aggregate.cu | 10 struct Struct { struct 16 printf("%d", Struct()); in PrintfNonScalar() argument
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 60 type Struct struct { struct 62 …omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 63 XXX_NoUnkeyedLiteral struct{} `json:"-"` 64 XXX_unrecognized []byte `json:"-"` 65 XXX_sizecache int32 `json:"-"` 68 func (m *Struct) Reset() { *m = Struct{} } 69 func (m *Struct) String() string { return proto.CompactTextString(m) } 70 func (*Struct) ProtoMessage() {} 71 func (*Struct) Descriptor() ([]byte, []int) { 75 func (*Struct) XXX_WellKnownType() string { return "Struct" } [all …]
|
D | struct.proto | 52 message Struct { message
|
/external/clang/test/CodeGen/ |
D | global-with-initialiser.c | 19 struct Struct { struct 25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
|
/external/clang/test/Modules/Inputs/ |
D | DebugCXX.h | 4 struct Struct { struct 5 int i; 6 static int static_member;
|
/external/flatbuffers/go/ |
D | struct.go | 6 type Struct struct { struct 7 Table
|
/external/syzkaller/pkg/compiler/ |
D | check.go | 169 func (comp *compiler) checkStructFields(n *ast.Struct, typ, name string) { 297 parents []*ast.Struct, checked map[string]bool, isArg bool) { 326 …ler) checkLenTarget(t *ast.Type, name, target string, fields []*ast.Field, parents []*ast.Struct) { 468 Struct string member 573 Struct string member 577 func (comp *compiler) checkStructRecursion(checked map[string]bool, n *ast.Struct, path []pathElem)… 625 func (comp *compiler) checkStruct(ctx checkCtx, n *ast.Struct) { 1005 func (comp *compiler) checkVarlen(n *ast.Struct) {
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Struct.java | 14 public abstract class Struct { class 28 protected Struct(int encodedBaseSize, int version) { in Struct() method in Struct
|
/external/syzkaller/pkg/ast/ |
D | ast.go | 101 type Struct struct { struct 102 Pos Pos 103 Name *Ident 104 Fields []*Field 105 Attrs []*Type 106 Comments []*Comment 107 IsUnion bool 110 func (n *Struct) Info() (Pos, string, string) { 145 Struct *Struct member
|
/external/compiler-rt/lib/esan/ |
D | cache_frag.cpp | 48 StructInfo *Struct; member 83 StructInfo *Struct = Handle->Struct; in reportStructCounter() local 133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo() local 151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo() local
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Struct.java | 26 public class Struct { class
|
/external/clang/test/Modules/Inputs/no-linkage/ |
D | decls.h | 6 struct Struct {}; struct
|
/external/flatbuffers/php/ |
D | Struct.php | 20 abstract class Struct class
|
/external/python/cpython2/Tools/framer/framer/ |
D | structparse.py | 10 class Struct: class
|
D | struct.py | 10 class Struct: class
|
/external/flatbuffers/tests/union_vector/ |
D | Rapunzel.php | 4 use \Google\FlatBuffers\Struct; alias
|
D | BookReader.php | 4 use \Google\FlatBuffers\Struct; alias
|
/external/llvm/unittests/IR/ |
D | TypesTest.cpp | 21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | TypesTest.cpp | 21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Ability.php | 6 use \Google\FlatBuffers\Struct; alias
|
D | Test.php | 6 use \Google\FlatBuffers\Struct; alias
|
/external/protobuf/src/google/protobuf/ |
D | struct.proto | 52 message Struct { message
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.php | 6 use \Google\FlatBuffers\Struct; alias
|
/external/clang/test/Modules/ |
D | no-linkage.cpp | 11 typedef int Struct; // expected-note {{candidate}} typedef
|