HomeSort by relevance Sort by last modified time
    Searched refs:Struct (Results 176 - 200 of 473) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
APValue.h 51 Struct,
65 struct NoLValuePath {};
66 struct UninitArray {};
67 struct UninitStruct {};
71 struct ComplexAPSInt {
75 struct ComplexAPFloat {
79 struct LV;
80 struct Vec {
86 struct Arr {
92 struct StructData
    [all...]
  /external/flatbuffers/tests/union_vector/
Movie.php 4 use \Google\FlatBuffers\Struct;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 31 converterClass = Struct
178 class Struct(BaseConverter):
217 class Table(Struct):
379 "struct": Struct,
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
SerializationTest.java 28 private static void assertThrowsSerializationException(Struct struct) {
30 struct.serialize(null);
31 fail("Serialization of invalid struct should have thrown an exception.");
38 * Verifies that serializing a struct with an invalid handle of a non-nullable type throws an
43 Struct2 struct = new Struct2(); local
44 assertFalse(struct.hdl.isValid());
45 assertThrowsSerializationException(struct);
47 // Make the struct valid and verify that it serializes without an exception.
48 struct.hdl = new HandleMock()
57 Struct3 struct = new Struct3(); local
72 Struct4 struct = new Struct4(); local
91 Struct5 struct = new Struct5(); local
112 Struct6 struct = new Struct6(); local
127 StructOfNullables struct = new StructOfNullables(); local
157 StructOfNullables struct = new StructOfNullables(); local
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 96 type Day struct {
110 type Date struct {
114 // Struct values, fully qualified; always legal.
120 // Struct values, type name elided; always legal.
155 type SyntaxError struct {
  /prebuilts/go/linux-x86/doc/progs/
go1.go 96 type Day struct {
110 type Date struct {
114 // Struct values, fully qualified; always legal.
120 // Struct values, type name elided; always legal.
155 type SyntaxError struct {
  /external/flatbuffers/tests/MyGame/Example/
Vec3.go 9 type Vec3 struct {
10 _tab flatbuffers.Struct
  /external/llvm/utils/Misc/
zkill 54 class Struct:
60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
119 table.append(Struct(**record))
  /hardware/google/av/codec2/include/
C2Param.h 49 * - must be POD struct, e.g. no vtable (no virtual destructor)
74 * **NOTE:** unlike OMX, params are not versioned. Instead, a new struct with new param index
93 struct C2Param {
96 // - kind (setting, tuning, info, struct)
120 STRUCT = (1 << 0),
158 struct CoreIndex {
220 struct Type : public CoreIndex {
237 /// return the kind (struct, info, setting or tuning) of this param
240 case KIND_STRUCT: return STRUCT;
257 friend struct C2Param; // for setPort(
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary_test.go 16 type Struct struct {
34 type T struct {
41 var s = Struct{
125 var s2 Struct
242 type BlankFields struct {
249 _ struct {
254 type BlankFieldsProbe struct {
261 P3 struct {
299 // An attempt to read into a struct with an unexported field wil
    [all...]
  /prebuilts/go/linux-x86/src/encoding/binary/
binary_test.go 16 type Struct struct {
34 type T struct {
41 var s = Struct{
125 var s2 Struct
242 type BlankFields struct {
249 _ struct {
254 type BlankFieldsProbe struct {
261 P3 struct {
299 // An attempt to read into a struct with an unexported field wil
    [all...]
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
JsonFormatTest.java 45 import com.google.protobuf.Struct;
748 // Build a struct with all possible values.
750 Struct.Builder structBuilder = builder.getStructValueBuilder();
757 Struct.Builder subStructBuilder = Struct.newBuilder();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go 140 case reflect.Struct:
228 case reflect.Struct:
280 case reflect.Struct:
  /prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go 140 case reflect.Struct:
228 case reflect.Struct:
280 case reflect.Struct:

Completed in 1096 milliseconds

1 2 3 4 5 6 78 91011>>