Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dminireflect.h99 inline int64_t LookupEnum(int64_t enum_val, const int64_t *values, in LookupEnum() function
/third_party/flatbuffers/src/
Didl_parser.cpp603 EnumDef *Parser::LookupEnum(const std::string &id) { in LookupEnum() function in flatbuffers::Parser