Home
last modified time | relevance | path

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

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