Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dminireflect.h99 inline int64_t LookupEnum(int64_t enum_val, const int64_t *values, in LookupEnum() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp396 EnumDefPtr LookupEnum(const char* sym) const { in LookupEnum() function in upb::SymbolTable
/external/flatbuffers/src/
Didl_parser.cpp535 EnumDef *Parser::LookupEnum(const std::string &id) { in LookupEnum() function in flatbuffers::Parser
/external/protobuf/php/ext/google/protobuf/
Dupb.h3963 EnumDefPtr LookupEnum(const char *sym) const { in LookupEnum() function