Searched refs:oneof_type (Results 1 – 1 of 1) sorted by relevance
2611 const auto &oneof_type = oneof_field.value.type; in ParseProtoFields() local2612 if (oneof_type.base_type != BASE_TYPE_STRUCT || in ParseProtoFields()2613 !oneof_type.struct_def || oneof_type.struct_def->fixed) in ParseProtoFields()2618 auto ev = evb.CreateEnumerator(oneof_type.struct_def->name); in ParseProtoFields()2619 ev->union_type = oneof_type; in ParseProtoFields()