Lines Matching defs:RepeatedEnum
2690 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 {
2707 func (m *RepeatedEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2710 func (m *RepeatedEnum) XXX_Merge(src proto.Message) {
2713 func (m *RepeatedEnum) XXX_Size() int {
2716 func (m *RepeatedEnum) XXX_DiscardUnknown() {
2722 func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color {