Searched defs:Struct (Results 1 - 25 of 58) sorted by relevance

123

/external/flatbuffers/net/FlatBuffers/
H A DStruct.cs22 public struct Struct struct in namespace:FlatBuffers
/external/flatbuffers/php/
H A DStruct.php20 abstract class Struct class
/external/llvm/unittests/IR/
H A DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar"); local
22 EXPECT_EQ("FooBar", Struct->getName());
23 Struct->setName(Struct->getName().substr(0, 3));
24 EXPECT_EQ("Foo", Struct->getName());
25 Struct->setName("");
26 EXPECT_TRUE(Struct->getName().empty());
27 EXPECT_FALSE(Struct->hasName());
/external/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h6 struct Struct {}; struct
/external/flatbuffers/java/com/google/flatbuffers/
H A DStruct.java26 public class Struct { class
29 /** The underlying ByteBuffer to hold the data of the Struct. */
/external/python/cpython2/Tools/framer/framer/
H A Dstructparse.py10 class Struct: class in inherits:
46 return Struct(name, pyhead, members)
H A Dstruct.py10 class Struct: class in inherits:
52 return Struct(name, pyhead, members)
/external/clang/test/Index/
H A Dprint-type.c16 struct Struct{}; struct Struct elaboratedStructType(); struct
53 // CHECK: StructDecl=Struct:16:8 (Definition) [type=struct Struct] [typekind=Record] [isPOD=1]
54 // CHECK: FunctionDecl=elaboratedStructType:16:32 [type=struct Struct ()] [typekind=FunctionNoProto] [canonicaltype=struct Struct ()] [canonicaltypekind=FunctionNoProto] [resulttype=struct Struct] [resulttypekind=Elaborated] [isPOD=0]
55 // CHECK: TypeRef=struct Struct:16:8 [type=struct Struct] [typekind=Record] [isPOD=1]
/external/clang/test/Modules/
H A Dno-linkage.cpp11 typedef int Struct; // expected-note {{candidate}} typedef
36 use(Struct(0));
51 use(Struct(0)); // expected-error {{ambiguous}}
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DStruct.java14 public abstract class Struct { class
28 protected Struct(int encodedBaseSize, int version) { method in class:Struct
74 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
/external/clang/test/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"};
/external/llvm/utils/Misc/
H A Dzkill54 class Struct: class in inherits:
60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
119 table.append(Struct(**record))
/external/mesa3d/src/gallium/tools/trace/
H A Dmodel.py101 class Struct(Node): class in inherits:Node
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py31 converterClass = Struct
178 class Struct(BaseConverter): class in inherits:BaseConverter
217 class Table(Struct):
379 "struct": Struct,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py31 converterClass = Struct
178 class Struct(BaseConverter): class in inherits:BaseConverter
217 class Table(Struct):
379 "struct": Struct,
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py324 class Struct(Definition): class in inherits:Definition
330 super(Struct, self).__init__(name, **kwargs)
335 return super(Struct, self).__eq__(other) and \
/external/clang/test/Modules/Inputs/
H A DDebugCXX.h4 struct Struct { struct in namespace:DebugCXX
/external/clang/test/SemaCXX/
H A Daltivec.cpp71 struct Struct { struct in namespace:LValueToRValueConversions
76 vector float initFloat = (vector float)(Struct().f); // expected-error {{did you mean to call it}}
77 vector int initInt = (vector int)(Struct().n); // expected-error {{did you mean to call it}}
/external/compiler-rt/lib/esan/
H A Dcache_frag.cpp24 //===-- Struct field access counter runtime -------------------------------===//
48 StructInfo *Struct; member in struct:__esan::StructCounter
83 StructInfo *Struct = Handle->Struct; local
87 if (strncmp(Struct->StructName, "union.", 6) == 0)
90 if (strncmp(Struct->StructName, "class.", 6) == 0) {
92 start = &Struct->StructName[6];
95 start = &Struct->StructName[7];
102 Struct->Size, Handle->Count, Handle->Ratio, *Struct
133 StructInfo *Struct = &CacheFrag->Structs[i]; local
151 StructInfo *Struct = &CacheFrag->Structs[i]; local
[all...]
/external/llvm/include/llvm/IR/
H A DIntrinsics.h92 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs44 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Struct), global::Google.Protobuf.WellKnownTypes.Struct.Parser, new[]{ "Fields" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, }),
70 /// `Struct` represents a structured data value, consisting of fields
71 /// which map to dynamically typed values. In some languages, `Struct`
77 /// The JSON representation for `Struct` is JSON object.
80 public sealed partial class Struct : pb::IMessage<Struct> { class in namespace:Google.Protobuf.WellKnownTypes
81 private static readonly pb::MessageParser<Struct> _parser = new pb::MessageParser<Struct>(() => new Struct());
92 public Struct() { method in class:Google.Protobuf.WellKnownTypes.Struct
98 public Struct(Struct other) : this() { method in class:Google.Protobuf.WellKnownTypes.Struct
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h101 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/protobuf/src/google/protobuf/
H A Dstruct.pb.cc37 const ::google::protobuf::Struct* struct_value_;
56 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, fields_),
61 Struct::default_instance_,
66 sizeof(Struct),
67 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _internal_metadata_),
68 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _is_default_instance_));
122 Struct_descriptor_, &Struct::default_instance());
141 delete Struct::default_instance_;
158 "rotobuf\"\204\001\n\006Struct\0223\n\006fields\030\001 \003(\0132#.goo"
159 "gle.protobuf.Struct
222 Struct::Struct() function in class:google::protobuf::Struct
232 Struct::Struct(const Struct& from) function in class:google::protobuf::Struct
[all...]
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py39 from dbus.types import Struct namespace
357 'SignalQuality': Struct([UInt32(90), True], signature='ub'),
/external/clang/include/clang/Index/
H A DIndexSymbol.h32 Struct, member in class:clang::index::SymbolKind

Completed in 1321 milliseconds

123