• Home
  • Raw
  • Download

Lines Matching defs:Repeats

336 type Repeats struct {  struct
337 …l []bool `protobuf:"varint,1,rep,name=r_bool,json=rBool" json:"r_bool,omitempty"`
338 … []int32 `protobuf:"varint,2,rep,name=r_int32,json=rInt32" json:"r_int32,omitempty"`
339 … []int64 `protobuf:"varint,3,rep,name=r_int64,json=rInt64" json:"r_int64,omitempty"`
340 … []uint32 `protobuf:"varint,4,rep,name=r_uint32,json=rUint32" json:"r_uint32,omitempty"`
341 … []uint64 `protobuf:"varint,5,rep,name=r_uint64,json=rUint64" json:"r_uint64,omitempty"`
342 … []int32 `protobuf:"zigzag32,6,rep,name=r_sint32,json=rSint32" json:"r_sint32,omitempty"`
343 … []int64 `protobuf:"zigzag64,7,rep,name=r_sint64,json=rSint64" json:"r_sint64,omitempty"`
344 … []float32 `protobuf:"fixed32,8,rep,name=r_float,json=rFloat" json:"r_float,omitempty"`
345 … []float64 `protobuf:"fixed64,9,rep,name=r_double,json=rDouble" json:"r_double,omitempty"`
346 … []string `protobuf:"bytes,10,rep,name=r_string,json=rString" json:"r_string,omitempty"`
347 … [][]byte `protobuf:"bytes,11,rep,name=r_bytes,json=rBytes" json:"r_bytes,omitempty"`
348 XXX_NoUnkeyedLiteral struct{} `json:"-"`
349 XXX_unrecognized []byte `json:"-"`
350 XXX_sizecache int32 `json:"-"`
353 func (m *Repeats) Reset() { *m = Repeats{} }
354 func (m *Repeats) String() string { return proto.CompactTextString(m) }
355 func (*Repeats) ProtoMessage() {}
356 func (*Repeats) Descriptor() ([]byte, []int) {
360 func (m *Repeats) XXX_Unmarshal(b []byte) error {
363 func (m *Repeats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
366 func (m *Repeats) XXX_Merge(src proto.Message) {
369 func (m *Repeats) XXX_Size() int {
372 func (m *Repeats) XXX_DiscardUnknown() {
378 func (m *Repeats) GetRBool() []bool {
385 func (m *Repeats) GetRInt32() []int32 {
392 func (m *Repeats) GetRInt64() []int64 {
399 func (m *Repeats) GetRUint32() []uint32 {
406 func (m *Repeats) GetRUint64() []uint64 {
413 func (m *Repeats) GetRSint32() []int32 {
420 func (m *Repeats) GetRSint64() []int64 {
427 func (m *Repeats) GetRFloat() []float32 {
434 func (m *Repeats) GetRDouble() []float64 {
441 func (m *Repeats) GetRString() []string {
448 func (m *Repeats) GetRBytes() [][]byte {
461 Repeats *Repeats `protobuf:"bytes,20,opt,name=repeats" json:"repeats,omitempty"` member