Home
last modified time | relevance | path

Searched refs:TypeTable (Results 1 – 16 of 16) sorted by relevance

/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.h16 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
18 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
82 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
127 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
141 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
147 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
154 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
160 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
170 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
Dnamespace_test2_generated.h27 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable();
33 inline const flatbuffers::TypeTable *TableInCTypeTable();
39 inline const flatbuffers::TypeTable *SecondTableInATypeTable();
42 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
119 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
184 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
238 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable() { in TableInFirstNSTypeTable()
254 static const flatbuffers::TypeTable tt = { in TableInFirstNSTypeTable()
264 inline const flatbuffers::TypeTable *TableInCTypeTable() { in TableInCTypeTable()
277 static const flatbuffers::TypeTable tt = { in TableInCTypeTable()
[all …]
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java57 private final TypeTable typeTable;
60 this.typeTable = new TypeTable(); in TypeResolver()
63 private TypeResolver(TypeTable typeTable) { in TypeResolver()
214 private static class TypeTable { class in TypeResolver
217 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
221 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
226 final TypeTable where(Map<TypeVariableKey, ? extends Type> mappings) { in where()
235 return new TypeTable(builder.build()); in where()
239 final TypeTable unguarded = this; in resolve()
240 TypeTable guarded = new TypeTable() { in resolve()
[all …]
/external/flatbuffers/include/flatbuffers/
Dminireflect.h45 const TypeTable * /*type_table*/, const char * /*name*/, in Field()
67 const TypeTable * /*type_table*/, in Element()
72 inline size_t InlineSize(ElementaryType type, const TypeTable *type_table) { in InlineSize()
107 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) { in EnumName()
117 void IterateObject(const uint8_t *obj, const TypeTable *type_table,
121 const TypeTable *type_table, const uint8_t *prev_val, in IterateValue()
231 inline void IterateObject(const uint8_t *obj, const TypeTable *type_table, in IterateObject()
241 const TypeTable *ref = nullptr; in IterateObject()
276 const TypeTable *type_table, in IterateFlatBuffer()
311 bool /*is_vector*/, const TypeTable * /*type_table*/, in Field()
[all …]
Dflatbuffers.h2543 struct TypeTable;
2546 typedef const TypeTable *(*TypeFunction)();
2548 struct TypeTable {
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h24 inline const flatbuffers::TypeTable *AttackerTypeTable();
26 inline const flatbuffers::TypeTable *RapunzelTypeTable();
28 inline const flatbuffers::TypeTable *BookReaderTypeTable();
30 inline const flatbuffers::TypeTable *MovieTypeTable();
251 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
317 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
676 inline const flatbuffers::TypeTable *CharacterTypeTable() { in CharacterTypeTable()
700 static const flatbuffers::TypeTable tt = { in CharacterTypeTable()
706 inline const flatbuffers::TypeTable *AttackerTypeTable() { in AttackerTypeTable()
713 static const flatbuffers::TypeTable tt = { in AttackerTypeTable()
[all …]
/external/flatbuffers/samples/
Dmonster_generated.h24 inline const flatbuffers::TypeTable *Vec3TypeTable();
26 inline const flatbuffers::TypeTable *MonsterTypeTable();
28 inline const flatbuffers::TypeTable *WeaponTypeTable();
235 static const flatbuffers::TypeTable *MiniReflectTypeTable() {
446 static const flatbuffers::TypeTable *MiniReflectTypeTable() {
669 inline const flatbuffers::TypeTable *ColorTypeTable() {
683 static const flatbuffers::TypeTable tt = {
689 inline const flatbuffers::TypeTable *EquipmentTypeTable() {
701 static const flatbuffers::TypeTable tt = {
707 inline const flatbuffers::TypeTable *Vec3TypeTable() {
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp212 TypeTable.writeStringId(StringIdRecord(TypeIndex(), ScopeName)); in getScopeIndex()
240 TI = TypeTable.writeMemberFuncId(MFuncId); in getFuncIdForSubprogram()
245 TI = TypeTable.writeFuncId(FuncId); in getFuncIdForSubprogram()
438 if (TypeTable.empty()) in emitTypeInformation()
453 TypeTable.ForEachRecord( in emitTypeInformation()
1032 ElementTypeIndex = TypeTable.writeArray( in lowerTypeArray()
1176 return TypeTable.writePointer(PR); in lowerTypePointer()
1227 return TypeTable.writePointer(PR); in lowerTypeMemberPointer()
1274 return TypeTable.writeModifier(MR); in lowerTypeModifier()
1291 TypeIndex ArgListIndex = TypeTable.writeArgList(ArgListRec); in lowerTypeFunction()
[all …]
DCodeViewDebug.h39 codeview::MemoryTypeTableBuilder TypeTable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp97 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) { in CodeViewDebug()
304 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
329 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
334 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
534 if (TypeTable.empty()) in emitTypeInformation()
548 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
579 if (TypeTable.empty()) in emitTypeGlobalHashes()
595 for (const auto &GHR : TypeTable.hashes()) { in emitTypeGlobalHashes()
1425 ElementTypeIndex = TypeTable.writeLeafType(AR); in lowerTypeArray()
1556 return TypeTable.writeLeafType(PR); in lowerTypePointer()
[all …]
DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/external/flatbuffers/tests/
Dmonster_test_generated.h66 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
70 inline const flatbuffers::TypeTable *MonsterTypeTable();
76 inline const flatbuffers::TypeTable *TestTypeTable();
78 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
80 inline const flatbuffers::TypeTable *Vec3TypeTable();
82 inline const flatbuffers::TypeTable *AbilityTypeTable();
84 inline const flatbuffers::TypeTable *StatTypeTable();
86 inline const flatbuffers::TypeTable *ReferrableTypeTable();
88 inline const flatbuffers::TypeTable *MonsterTypeTable();
90 inline const flatbuffers::TypeTable *TypeAliasesTypeTable();
[all …]
Dmonster_extra_generated.h16 inline const flatbuffers::TypeTable *MonsterExtraTypeTable();
48 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
204 inline const flatbuffers::TypeTable *MonsterExtraTypeTable() { in MonsterExtraTypeTable()
221 static const flatbuffers::TypeTable tt = { in MonsterExtraTypeTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp374 : Allocator(), IDTable(Allocator), TypeTable(Allocator) {} in ReadObjTypeTableBuilder()
378 llvm::codeview::MergingTypeTableBuilder TypeTable; member
498 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable); in dumpObject()
610 dumpCodeViewMergedTypes(W, CVTypes.IDTable, CVTypes.TypeTable); in main()
DObjDumper.h119 llvm::codeview::MergingTypeTableBuilder &TypeTable);
/external/tensorflow/tensorflow/lite/experimental/writer/
Doption_writer_generator.cc266 const flatbuffers::TypeTable* options, in GenerateImportForOp()