Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dflatbuffers.h232 struct TypeTable { struct
233 SequenceType st;
234 size_t num_elems; // of type_codes, values, names (but not type_refs).
235 const TypeCode *type_codes; // num_elems count
236 const TypeFunction *type_refs; // less than num_elems entries (see TypeCode).
237 const int16_t *array_sizes; // less than num_elems entries (see TypeCode).
238 const int64_t *values; // Only set for non-consecutive enum/union or structs.
239 const char *const *names; // Only set if compiled with --reflect-names.
/third_party/skia/third_party/externals/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 __anon097586d10111::CVMCAdapter
808 static TypeIndex getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, in getStringIdTypeIdx()