Home
last modified time | relevance | path

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

12

/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.h23 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
25 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
66 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
123 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
200 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
214 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
220 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
227 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
233 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
243 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
Dnamespace_test2_generated.h46 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable();
52 inline const flatbuffers::TypeTable *TableInCTypeTable();
58 inline const flatbuffers::TypeTable *SecondTableInATypeTable();
85 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
189 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
279 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
426 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable() { in TableInFirstNSTypeTable()
442 static const flatbuffers::TypeTable tt = { in TableInFirstNSTypeTable()
452 inline const flatbuffers::TypeTable *TableInCTypeTable() { in TableInCTypeTable()
465 static const flatbuffers::TypeTable tt = { in TableInCTypeTable()
[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()
108 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) { in EnumName()
118 void IterateObject(const uint8_t *obj, const TypeTable *type_table,
122 const TypeTable *type_table, const uint8_t *prev_val, in IterateValue()
232 inline void IterateObject(const uint8_t *obj, const TypeTable *type_table, in IterateObject()
242 const TypeTable *ref = nullptr; in IterateObject()
277 const TypeTable *type_table, in IterateFlatBuffer()
322 bool /*is_vector*/, const TypeTable * /*type_table*/, in Field()
[all …]
Dflatbuffers.h2713 struct TypeTable;
2716 typedef const TypeTable *(*TypeFunction)();
2718 struct TypeTable {
/external/flatbuffers/tests/
Darrays_test_generated.h27 inline const flatbuffers::TypeTable *NestedStructTypeTable();
29 inline const flatbuffers::TypeTable *ArrayStructTypeTable();
31 inline const flatbuffers::TypeTable *ArrayTableTypeTable();
75 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
140 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
234 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
311 inline const flatbuffers::TypeTable *TestEnumTypeTable() { in TestEnumTypeTable()
325 static const flatbuffers::TypeTable tt = { in TestEnumTypeTable()
331 inline const flatbuffers::TypeTable *NestedStructTypeTable() { in NestedStructTypeTable()
348 static const flatbuffers::TypeTable tt = { in NestedStructTypeTable()
[all …]
Dnative_type_test_generated.h19 inline const flatbuffers::TypeTable *Vector3DTypeTable();
21 inline const flatbuffers::TypeTable *ApplicationDataTypeTable();
30 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
72 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
159 inline const flatbuffers::TypeTable *Vector3DTypeTable() { in Vector3DTypeTable()
171 static const flatbuffers::TypeTable tt = { in Vector3DTypeTable()
177 inline const flatbuffers::TypeTable *ApplicationDataTypeTable() { in ApplicationDataTypeTable()
187 static const flatbuffers::TypeTable tt = { in ApplicationDataTypeTable()
Dmonster_test_generated.h83 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
87 inline const flatbuffers::TypeTable *MonsterTypeTable();
93 inline const flatbuffers::TypeTable *TestTypeTable();
95 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
97 inline const flatbuffers::TypeTable *Vec3TypeTable();
99 inline const flatbuffers::TypeTable *AbilityTypeTable();
101 inline const flatbuffers::TypeTable *StatTypeTable();
103 inline const flatbuffers::TypeTable *ReferrableTypeTable();
105 inline const flatbuffers::TypeTable *MonsterTypeTable();
107 inline const flatbuffers::TypeTable *TypeAliasesTypeTable();
[all …]
Dmonster_extra_generated.h18 inline const flatbuffers::TypeTable *MonsterExtraTypeTable();
66 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
317 inline const flatbuffers::TypeTable *MonsterExtraTypeTable() { in MonsterExtraTypeTable()
344 static const flatbuffers::TypeTable tt = { in MonsterExtraTypeTable()
/external/guava/android/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()
277 private static class TypeTable { class in TypeResolver
280 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
284 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
289 final TypeTable where(Map<TypeVariableKey, ? extends Type> mappings) { in where()
298 return new TypeTable(builder.build()); in where()
302 final TypeTable unguarded = this; in resolve()
303 TypeTable guarded = in resolve()
[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()
277 private static class TypeTable { class in TypeResolver
280 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
284 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
289 final TypeTable where(Map<TypeVariableKey, ? extends Type> mappings) { in where()
298 return new TypeTable(builder.build()); in where()
302 final TypeTable unguarded = this; in resolve()
303 TypeTable guarded = in resolve()
[all …]
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h30 inline const flatbuffers::TypeTable *AttackerTypeTable();
32 inline const flatbuffers::TypeTable *RapunzelTypeTable();
34 inline const flatbuffers::TypeTable *BookReaderTypeTable();
36 inline const flatbuffers::TypeTable *MovieTypeTable();
202 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
235 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
284 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
357 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
714 inline const flatbuffers::TypeTable *CharacterTypeTable() { in CharacterTypeTable()
738 static const flatbuffers::TypeTable tt = { in CharacterTypeTable()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument
102 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter()
124 TypeName = TypeTable.getTypeName(TI); in getTypeName()
131 TypeCollection &TypeTable; member in __anona2f00ce90111::CVMCAdapter
151 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) { in CodeViewDebug()
370 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
395 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
400 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
638 if (TypeTable.empty()) in emitTypeInformation()
645 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
[all …]
DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp88 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument
89 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter()
111 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName()
118 TypeCollection &TypeTable; member in __anon6a28c3d50111::CVMCAdapter
140 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
357 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
382 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
387 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
649 if (TypeTable.empty()) in emitTypeInformation()
656 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
[all …]
DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/external/flatbuffers/samples/
Dmonster_generated.h29 inline const flatbuffers::TypeTable *Vec3TypeTable();
31 inline const flatbuffers::TypeTable *MonsterTypeTable();
33 inline const flatbuffers::TypeTable *WeaponTypeTable();
179 static const flatbuffers::TypeTable *MiniReflectTypeTable() {
262 static const flatbuffers::TypeTable *MiniReflectTypeTable() {
494 static const flatbuffers::TypeTable *MiniReflectTypeTable() {
721 inline const flatbuffers::TypeTable *ColorTypeTable() {
735 static const flatbuffers::TypeTable tt = {
741 inline const flatbuffers::TypeTable *EquipmentTypeTable() {
753 static const flatbuffers::TypeTable tt = {
[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/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h54 inline const flatbuffers::TypeTable *InParentNamespaceTypeTable();
58 inline const flatbuffers::TypeTable *MonsterTypeTable();
64 inline const flatbuffers::TypeTable *TestTypeTable();
66 inline const flatbuffers::TypeTable *TestSimpleTableWithEnumTypeTable();
68 inline const flatbuffers::TypeTable *Vec3TypeTable();
70 inline const flatbuffers::TypeTable *AbilityTypeTable();
72 inline const flatbuffers::TypeTable *StatTypeTable();
74 inline const flatbuffers::TypeTable *ReferrableTypeTable();
76 inline const flatbuffers::TypeTable *MonsterTypeTable();
78 inline const flatbuffers::TypeTable *TypeAliasesTypeTable();
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_to_string.cc94 const flatbuffers::TypeTable* /*type_table*/, const char* name, in Field()
112 const flatbuffers::TypeTable* /*type_table*/, in Element()
/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp425 : Allocator(), IDTable(Allocator), TypeTable(Allocator), in ReadObjTypeTableBuilder()
430 llvm::codeview::MergingTypeTableBuilder TypeTable; member
574 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject()
776 CVTypes.TypeTable.records()); in main()
/external/tensorflow/tensorflow/lite/tools/serialization/
Doption_writer_generator.cc306 const flatbuffers::TypeTable* options, in GenerateImportForOp()
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp697 OCL2Qual(Context, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
705 TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], Ty); in GetQualTypesForOpenCLBuiltin()
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/com.android. ...

12