Home
last modified time | relevance | path

Searched refs:enum_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/src/
Didl_parser.cpp1122 uint8_t enum_idx; in ParseAnyValue() local
1124 enum_idx = vector_of_union_types->Get(count); in ParseAnyValue()
1126 ECHECK(atot(constant.c_str(), *this, &enum_idx)); in ParseAnyValue()
1128 auto enum_val = val.type.enum_def->ReverseLookup(enum_idx, true); in ParseAnyValue()
2123 EnumVal *EnumDef::ReverseLookup(int64_t enum_idx, in ReverseLookup() argument
2127 if ((*it)->GetAsInt64() == enum_idx) { return *it; } in ReverseLookup()
/third_party/flatbuffers/include/flatbuffers/
Didl.h434 EnumVal *ReverseLookup(int64_t enum_idx,