• Home
  • Raw
  • Download

Lines Matching defs:MoreRepeated

2729 type MoreRepeated struct {  struct
2730 Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"`
2731 … `protobuf:"varint,2,rep,packed,name=bools_packed,json=boolsPacked" json:"bools_packed,omitempty"`
2732 Ints []int32 `protobuf:"varint,3,rep,name=ints" json:"ints,omitempty"`
2733 …t32 `protobuf:"varint,4,rep,packed,name=ints_packed,json=intsPacked" json:"ints_packed,omitempty"`
2734 …protobuf:"varint,7,rep,packed,name=int64s_packed,json=int64sPacked" json:"int64s_packed,omitempty"`
2735 Strings []string `protobuf:"bytes,5,rep,name=strings" json:"strings,omitempty"`
2736 Fixeds []uint32 `protobuf:"fixed32,6,rep,name=fixeds" json:"fixeds,omitempty"`
2737 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2738 XXX_unrecognized []byte `json:"-"`
2739 XXX_sizecache int32 `json:"-"`
2742 func (m *MoreRepeated) Reset() { *m = MoreRepeated{} }
2743 func (m *MoreRepeated) String() string { return proto.CompactTextString(m) }
2744 func (*MoreRepeated) ProtoMessage() {}
2745 func (*MoreRepeated) Descriptor() ([]byte, []int) {
2749 func (m *MoreRepeated) XXX_Unmarshal(b []byte) error {
2752 func (m *MoreRepeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2755 func (m *MoreRepeated) XXX_Merge(src proto.Message) {
2758 func (m *MoreRepeated) XXX_Size() int {
2761 func (m *MoreRepeated) XXX_DiscardUnknown() {
2767 func (m *MoreRepeated) GetBools() []bool {
2774 func (m *MoreRepeated) GetBoolsPacked() []bool {
2781 func (m *MoreRepeated) GetInts() []int32 {
2788 func (m *MoreRepeated) GetIntsPacked() []int32 {
2795 func (m *MoreRepeated) GetInt64SPacked() []int64 {
2802 func (m *MoreRepeated) GetStrings() []string {
2809 func (m *MoreRepeated) GetFixeds() []uint32 {