Home
last modified time | relevance | path

Searched defs:TypeTable (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h218 struct TypeTable { struct
219 SequenceType st;
220 size_t num_elems; // of type_codes, values, names (but not type_refs).
221 const TypeCode *type_codes; // num_elems count
222 const TypeFunction *type_refs; // less than num_elems entries (see TypeCode).
223 const int16_t *array_sizes; // less than num_elems entries (see TypeCode).
224 const int64_t *values; // Only set for non-consecutive enum/union or structs.
225 const char *const *names; // Only set if compiled with --reflect-names.
/external/guava/android/guava/src/com/google/common/reflect/
DTypeResolver.java276 private static class TypeTable { class in TypeResolver
279 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
283 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java276 private static class TypeTable { class in TypeResolver
279 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
283 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h39 codeview::MemoryTypeTableBuilder TypeTable; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
DCodeViewDebug.cpp101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
131 TypeCollection &TypeTable; member in __anonc9aa2d7d0111::CVMCAdapter
808 static TypeIndex getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, in getStringIdTypeIdx()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h90 codeview::GlobalTypeTableBuilder TypeTable; variable
DCodeViewDebug.cpp81 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
111 TypeCollection &TypeTable; member in __anondc4411830111::CVMCAdapter
884 static TypeIndex getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, in getStringIdTypeIdx()