Home
last modified time | relevance | path

Searched refs:RepeatedEnum_Color (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go267 type RepeatedEnum_Color int32 type
270 RepeatedEnum_RED RepeatedEnum_Color = 1
281 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 {
/external/golang-protobuf/proto/
Dtext_parser_test.go606 Color: []RepeatedEnum_Color{RepeatedEnum_RED},
Dall_test.go2209 Color: []RepeatedEnum_Color{RepeatedEnum_RED},