Home
last modified time | relevance | path

Searched refs:type_table (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dminireflect.h72 inline size_t InlineSize(ElementaryType type, const TypeTable *type_table) { in InlineSize() argument
88 switch (type_table->st) { in InlineSize()
92 return static_cast<size_t>(type_table->values[type_table->num_elems]); in InlineSize()
108 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) { in EnumName() argument
109 if (!type_table || !type_table->names) return nullptr; in EnumName()
110 auto i = LookupEnum(static_cast<int64_t>(tval), type_table->values, in EnumName()
111 type_table->num_elems); in EnumName()
112 if (i >= 0 && i < static_cast<int64_t>(type_table->num_elems)) { in EnumName()
113 return type_table->names[i]; in EnumName()
118 void IterateObject(const uint8_t *obj, const TypeTable *type_table,
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py67 class type_table(object): class
86 tt = type_table()
/third_party/pulseaudio/src/pulsecore/
Dcore-subscribe.c140 const char * const type_table[] = { in dump_event() local
149 type_table[e->type & PA_SUBSCRIPTION_EVENT_TYPE_MASK], in dump_event()
Dcli-command.c348 static const char* const type_table[PA_MEMBLOCK_TYPE_MAX] = { in pa_cli_command_stat() local
397 type_table[k], in pa_cli_command_stat()
/third_party/elfio/elfio/
Delfio_dump.hpp94 } type_table[] = { variable
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party9457 FILE: ../../../third_party/dart/runtime/vm/type_table.h