Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp2277 template<BaseType E> struct EnumValType { typedef int64_t type; }; struct
2278 template<> struct EnumValType<BASE_TYPE_ULONG> { typedef uint64_t type; }; struct