Searched refs:oneof_union (Results 1 – 1 of 1) sorted by relevance
2095 EnumDef *oneof_union = nullptr; in ParseProtoFields() local2101 ECHECK(StartEnum(name, true, &oneof_union)); in ParseProtoFields()2102 type = Type(BASE_TYPE_UNION, nullptr, oneof_union); in ParseProtoFields()2166 } else if (oneof_union) { in ParseProtoFields()2182 oneof_union->vals.vec.size()); in ParseProtoFields()2185 oneof_union->vals.Add(oneof_field.name, enum_val); in ParseProtoFields()