/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.h | 23 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()
|
D | namespace_test2_generated.h | 46 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/ |
D | minireflect.h | 45 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 …]
|
D | flatbuffers.h | 2713 struct TypeTable; 2716 typedef const TypeTable *(*TypeFunction)(); 2718 struct TypeTable {
|
/external/flatbuffers/tests/ |
D | arrays_test_generated.h | 27 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 …]
|
D | native_type_test_generated.h | 19 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()
|
D | monster_test_generated.h | 83 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 …]
|
D | monster_extra_generated.h | 18 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/ |
D | TypeResolver.java | 57 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/ |
D | TypeResolver.java | 57 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/ |
D | union_vector_generated.h | 30 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/ |
D | CodeViewDebug.cpp | 101 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 …]
|
D | CodeViewDebug.h | 55 codeview::GlobalTypeTableBuilder TypeTable; variable
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 88 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 …]
|
D | CodeViewDebug.h | 55 codeview::GlobalTypeTableBuilder TypeTable; variable
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 29 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/ |
D | CodeViewDebug.cpp | 212 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 …]
|
D | CodeViewDebug.h | 39 codeview::MemoryTypeTableBuilder TypeTable; variable
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 54 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/ |
D | flatbuffer_to_string.cc | 94 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/ |
D | llvm-readobj.cpp | 425 : 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/ |
D | option_writer_generator.cc | 306 const flatbuffers::TypeTable* options, in GenerateImportForOp()
|
/external/kotlinx.metadata/ |
D | kotlinx-metadata-jvm-0.1.0.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/metadata/
kotlinx/ ... |
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 697 OCL2Qual(Context, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 705 TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], Ty); in GetQualTypesForOpenCLBuiltin()
|
/external/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |