Lines Matching refs:RepeatedEnum
2690 type RepeatedEnum struct { struct
2697 func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} } argument
2698 func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) } argument
2699 func (*RepeatedEnum) ProtoMessage() {} argument
2700 func (*RepeatedEnum) Descriptor() ([]byte, []int) { argument
2704 func (m *RepeatedEnum) XXX_Unmarshal(b []byte) error { argument
2707 func (m *RepeatedEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2710 func (m *RepeatedEnum) XXX_Merge(src proto.Message) { argument
2713 func (m *RepeatedEnum) XXX_Size() int { argument
2716 func (m *RepeatedEnum) XXX_DiscardUnknown() { argument
2722 func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color { argument
4517 proto.RegisterType((*RepeatedEnum)(nil), "test_proto.RepeatedEnum")