Searched refs:enum_idx (Results 1 – 2 of 2) sorted by relevance
299 EnumVal *ReverseLookup(int enum_idx, bool skip_union_default = true) {303 if ((*it)->value == enum_idx) {
783 uint8_t enum_idx; in ParseAnyValue() local784 ECHECK(atot(constant.c_str(), *this, &enum_idx)); in ParseAnyValue()785 auto enum_val = val.type.enum_def->ReverseLookup(enum_idx); in ParseAnyValue()