Home
last modified time | relevance | path

Searched defs:LookupEnum (Results 1 – 3 of 3) 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/grpc/third_party/upb/upb/
Ddef.hpp396 EnumDefPtr LookupEnum(const char* sym) const { in LookupEnum() function in upb::SymbolTable
/third_party/flatbuffers/src/
Didl_parser.cpp603 EnumDef *Parser::LookupEnum(const std::string &id) { in LookupEnum() function in flatbuffers::Parser