Home
last modified time | relevance | path

Searched defs:RepeatedEnum (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2690 type RepeatedEnum struct { struct
2691 … []RepeatedEnum_Color `protobuf:"varint,1,rep,name=color,enum=test_proto.RepeatedEnum_Color" js…
2692 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2693 XXX_unrecognized []byte `json:"-"`
2694 XXX_sizecache int32 `json:"-"`
2697 func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} }
2698 func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) }
2699 func (*RepeatedEnum) ProtoMessage() {}
2700 func (*RepeatedEnum) Descriptor() ([]byte, []int) {
2704 func (m *RepeatedEnum) XXX_Unmarshal(b []byte) error {
[all …]
Dtest.proto477 message RepeatedEnum { message