Searched refs:oneof_union (Results 1 – 1 of 1) sorted by relevance
2814 EnumDef *oneof_union = nullptr; in ParseProtoFields() local2820 ECHECK(StartEnum(name, true, &oneof_union)); in ParseProtoFields()2821 type = Type(BASE_TYPE_UNION, nullptr, oneof_union); in ParseProtoFields()2890 } else if (oneof_union) { in ParseProtoFields()2905 EnumValBuilder evb(*this, *oneof_union); in ParseProtoFields()