Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 97) sorted by relevance

1234

/external/flatbuffers/net/FlatBuffers/
DStruct.cs22 public struct Struct struct
24 public int bb_pos;
25 public ByteBuffer bb;
/external/clang/test/CodeGenCUDA/
Dprintf-aggregate.cu10 struct Struct { struct
16 printf("%d", Struct()); in PrintfNonScalar() argument
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go60 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 …]
Dstruct.proto52 message Struct { message
/external/clang/test/CodeGen/
Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
/external/clang/test/Modules/Inputs/
DDebugCXX.h4 struct Struct { struct
5 int i;
6 static int static_member;
/external/flatbuffers/go/
Dstruct.go6 type Struct struct { struct
7 Table
/external/syzkaller/pkg/compiler/
Dcheck.go169 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/
DStruct.java14 public abstract class Struct { class
28 protected Struct(int encodedBaseSize, int version) { in Struct() method in Struct
/external/syzkaller/pkg/ast/
Dast.go101 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/
Dcache_frag.cpp48 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/
DStruct.java26 public class Struct { class
/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h6 struct Struct {}; struct
/external/flatbuffers/php/
DStruct.php20 abstract class Struct class
/external/python/cpython2/Tools/framer/framer/
Dstructparse.py10 class Struct: class
Dstruct.py10 class Struct: class
/external/flatbuffers/tests/union_vector/
DRapunzel.php4 use \Google\FlatBuffers\Struct; alias
DBookReader.php4 use \Google\FlatBuffers\Struct; alias
/external/llvm/unittests/IR/
DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); in TEST() local
/external/flatbuffers/tests/MyGame/Example/
DAbility.php6 use \Google\FlatBuffers\Struct; alias
DTest.php6 use \Google\FlatBuffers\Struct; alias
/external/protobuf/src/google/protobuf/
Dstruct.proto52 message Struct { message
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php6 use \Google\FlatBuffers\Struct; alias
/external/clang/test/Modules/
Dno-linkage.cpp11 typedef int Struct; // expected-note {{candidate}} typedef

1234