Searched defs:type_table (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py68 class type_table(object): class in inherits:object
87 tt = type_table()
/external/e2fsprogs/ext2ed/
H A Dinit.c211 struct type_table { struct
217 struct type_table type_table[] = { variable in typeref:struct:type_table
235 struct type_table *p;
240 for (p = type_table; p->name; p++) {
/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h45 const TypeTable * /*type_table*/, const char * /*name*/,
67 const TypeTable * /*type_table*/,
73 inline size_t InlineSize(ElementaryType type, const TypeTable *type_table) { argument
93 switch (type_table->st) {
98 return type_table->values[type_table->num_elems];
118 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) { argument
119 if (!type_table || !type_table->names) return nullptr;
120 auto i = LookupEnum(static_cast<int32_t>(tval), type_table
131 IterateValue(ElementaryType type, const uint8_t *val, const TypeTable *type_table, const uint8_t *prev_val, soffset_t vector_index, IterationVisitor *visitor) argument
249 IterateObject(const uint8_t *obj, const TypeTable *type_table, IterationVisitor *visitor) argument
295 IterateFlatBuffer(const uint8_t *buffer, const TypeTable *type_table, IterationVisitor *callback) argument
298 IterateObject(GetRoot<uint8_t>(buffer), type_table, callback); local
343 FlatBufferToString(const uint8_t *buffer, const TypeTable *type_table) argument
[all...]
/external/squashfs-tools/squashfs-tools/
H A Daction.c2442 struct type_entry type_table[] = { variable in typeref:struct:type_entry
2461 for(i = 0; type_table[i].type != 0; i++)
2462 if (type_table[i].type == atom->argv[0][0])
2465 atom->data = &type_table[i];
2467 if(type_table[i].type != 0)

Completed in 335 milliseconds