Searched refs:oneof_union (Results 1 – 1 of 1) sorted by relevance
2531 EnumDef *oneof_union = nullptr; in ParseProtoFields() local2537 ECHECK(StartEnum(name, true, &oneof_union)); in ParseProtoFields()2538 type = Type(BASE_TYPE_UNION, nullptr, oneof_union); in ParseProtoFields()2602 } else if (oneof_union) { in ParseProtoFields()2617 EnumValBuilder evb(*this, *oneof_union); in ParseProtoFields()