Lines Matching refs:MoreRepeated
2729 type MoreRepeated struct { struct
2742 func (m *MoreRepeated) Reset() { *m = MoreRepeated{} } argument
2743 func (m *MoreRepeated) String() string { return proto.CompactTextString(m) } argument
2744 func (*MoreRepeated) ProtoMessage() {} argument
2745 func (*MoreRepeated) Descriptor() ([]byte, []int) { argument
2749 func (m *MoreRepeated) XXX_Unmarshal(b []byte) error { argument
2752 func (m *MoreRepeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2755 func (m *MoreRepeated) XXX_Merge(src proto.Message) { argument
2758 func (m *MoreRepeated) XXX_Size() int { argument
2761 func (m *MoreRepeated) XXX_DiscardUnknown() { argument
2767 func (m *MoreRepeated) GetBools() []bool { argument
2774 func (m *MoreRepeated) GetBoolsPacked() []bool { argument
2781 func (m *MoreRepeated) GetInts() []int32 { argument
2788 func (m *MoreRepeated) GetIntsPacked() []int32 { argument
2795 func (m *MoreRepeated) GetInt64SPacked() []int64 { argument
2802 func (m *MoreRepeated) GetStrings() []string { argument
2809 func (m *MoreRepeated) GetFixeds() []uint32 { argument
4518 proto.RegisterType((*MoreRepeated)(nil), "test_proto.MoreRepeated")