Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp2187 template<BaseType E> struct EnumValType { typedef int64_t type; }; struct
2188 template<> struct EnumValType<BASE_TYPE_ULONG> { typedef uint64_t type; }; struct