Searched refs:RepeatedEnum_Color (Results 1 – 3 of 3) sorted by relevance
267 type RepeatedEnum_Color int32 type270 RepeatedEnum_RED RepeatedEnum_Color = 1281 func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color {282 p := new(RepeatedEnum_Color)287 func (x RepeatedEnum_Color) String() string {291 func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error {296 *x = RepeatedEnum_Color(value)300 func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int) {2691 …Color []RepeatedEnum_Color `protobuf:"varint,1,rep,name=color,enum=test_proto.Repea…2722 func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color {
606 Color: []RepeatedEnum_Color{RepeatedEnum_RED},
2211 Color: []RepeatedEnum_Color{RepeatedEnum_RED},