Searched defs:type_table (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/e2fsprogs/ext2ed/ |
H A D | init.c | 211 struct type_table { struct 217 struct type_table type_table[] = { argument
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | minireflect.h | 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() 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() 288 const TypeTable *type_table, in IterateFlatBuffer()
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | minireflect.h | 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() 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() 277 const TypeTable *type_table, in IterateFlatBuffer()
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | minireflect.h | 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() 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() 288 const TypeTable *type_table, in IterateFlatBuffer()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/ |
H A D | model_compatibility.cpp | 295 const auto& type_table = in _get_mobile_model_contained_types() local 338 std::unordered_set<std::string> type_table = in get() local
|
H A D | model_compatibility.h | 79 std::unordered_set<std::string> type_table; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/ |
D | ble_address_with_type_unittest.cc | 51 } type_table[] = { in TEST() local
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | typeexpr.py | 67 class type_table(object): class
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | interpreter.cpp | 1208 const std::vector<TypePtr>& Code::type_table() const { in type_table() function in torch::jit::Code
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | action.c | 2442 struct type_entry type_table[] = { variable
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | ir_emitter.cpp | 605 TypeTable type_table; member
|