Searched refs:oneof_type (Results 1 – 1 of 1) sorted by relevance
2899 const auto &oneof_type = oneof_field.value.type; in ParseProtoFields() local2900 if (oneof_type.base_type != BASE_TYPE_STRUCT || in ParseProtoFields()2901 !oneof_type.struct_def || oneof_type.struct_def->fixed) in ParseProtoFields()2906 auto ev = evb.CreateEnumerator(oneof_type.struct_def->name); in ParseProtoFields()2907 ev->union_type = oneof_type; in ParseProtoFields()