/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.h | 124 static flatbuffers::TypeCode type_codes[] = { in EnumInNestedNSTypeTable() local 138 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names in EnumInNestedNSTypeTable() 144 static flatbuffers::TypeCode type_codes[] = { in TableInNestedNSTypeTable() local 151 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names in TableInNestedNSTypeTable() 157 static flatbuffers::TypeCode type_codes[] = { in StructInNestedNSTypeTable() local 167 flatbuffers::ST_STRUCT, 2, type_codes, nullptr, values, names in StructInNestedNSTypeTable()
|
D | namespace_test2_generated.h | 230 static flatbuffers::TypeCode type_codes[] = { in TableInFirstNSTypeTable() local 246 flatbuffers::ST_TABLE, 3, type_codes, type_refs, nullptr, names in TableInFirstNSTypeTable() 256 static flatbuffers::TypeCode type_codes[] = { in TableInCTypeTable() local 269 flatbuffers::ST_TABLE, 2, type_codes, type_refs, nullptr, names in TableInCTypeTable() 279 static flatbuffers::TypeCode type_codes[] = { in SecondTableInATypeTable() local 289 flatbuffers::ST_TABLE, 1, type_codes, type_refs, nullptr, names in SecondTableInATypeTable()
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 606 static flatbuffers::TypeCode type_codes[] = { in CharacterTypeTable() local 630 flatbuffers::ST_UNION, 7, type_codes, type_refs, nullptr, names in CharacterTypeTable() 636 static flatbuffers::TypeCode type_codes[] = { in AttackerTypeTable() local 643 flatbuffers::ST_TABLE, 1, type_codes, nullptr, nullptr, names in AttackerTypeTable() 649 static flatbuffers::TypeCode type_codes[] = { in RapunzelTypeTable() local 657 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names in RapunzelTypeTable() 663 static flatbuffers::TypeCode type_codes[] = { in BookReaderTypeTable() local 671 flatbuffers::ST_STRUCT, 1, type_codes, nullptr, values, names in BookReaderTypeTable() 677 static flatbuffers::TypeCode type_codes[] = { in MovieTypeTable() local 693 flatbuffers::ST_TABLE, 4, type_codes, type_refs, nullptr, names in MovieTypeTable()
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 612 static flatbuffers::TypeCode type_codes[] = { 626 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names 632 static flatbuffers::TypeCode type_codes[] = { 644 flatbuffers::ST_UNION, 2, type_codes, type_refs, nullptr, names 650 static flatbuffers::TypeCode type_codes[] = { 662 flatbuffers::ST_STRUCT, 3, type_codes, nullptr, values, names 668 static flatbuffers::TypeCode type_codes[] = { 699 flatbuffers::ST_TABLE, 10, type_codes, type_refs, nullptr, names 705 static flatbuffers::TypeCode type_codes[] = { 714 flatbuffers::ST_TABLE, 2, type_codes, nullptr, nullptr, names
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 1920 static flatbuffers::TypeCode type_codes[] = { 1935 flatbuffers::ST_ENUM, 3, type_codes, type_refs, values, names 1941 static flatbuffers::TypeCode type_codes[] = { 1959 flatbuffers::ST_UNION, 4, type_codes, type_refs, nullptr, names 1987 static flatbuffers::TypeCode type_codes[] = { 1997 flatbuffers::ST_STRUCT, 2, type_codes, nullptr, values, names 2003 static flatbuffers::TypeCode type_codes[] = { 2013 flatbuffers::ST_TABLE, 1, type_codes, type_refs, nullptr, names 2019 static flatbuffers::TypeCode type_codes[] = { 2041 flatbuffers::ST_STRUCT, 6, type_codes, type_refs, values, names [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | minireflect.h | 218 auto type_code = type_table->type_codes[type_code_idx]; in IterateValue() 255 auto type_code = type_table->type_codes[i]; in IterateObject()
|
D | flatbuffers.h | 2130 const TypeCode *type_codes;
|