Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h116 inline int LookupEnum(const char **names, const char *name) { in LookupEnum() function
H A Dminireflect.h99 inline int64_t LookupEnum(int64_t enum_val, const int64_t *values, in LookupEnum() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatbuffers.h116 inline int LookupEnum(const char **names, const char *name) { in LookupEnum() function
H A Dminireflect.h99 inline int64_t LookupEnum(int64_t enum_val, const int64_t *values, in LookupEnum() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dminireflect.h99 inline int64_t LookupEnum(int64_t enum_val, const int64_t *values, in LookupEnum() function
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp779 EnumDef *Parser::LookupEnum(const std::string &id) { in LookupEnum() function in flatbuffers::Parser