Home
last modified time | relevance | path

Searched defs:type_table (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dinit.c211 struct type_table { struct
217 struct type_table type_table[] = { argument
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h72 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 Dminireflect.h72 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 Dminireflect.h72 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 Dmodel_compatibility.cpp295 const auto& type_table = in _get_mobile_model_contained_types() local
338 std::unordered_set<std::string> type_table = in get() local
H A Dmodel_compatibility.h79 std::unordered_set<std::string> type_table; member
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/
Dble_address_with_type_unittest.cc51 } type_table[] = { in TEST() local
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py67 class type_table(object): class
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp1208 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 Daction.c2442 struct type_entry type_table[] = { variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp605 TypeTable type_table; member