Lines Matching defs:Repeats
377 type Repeats struct { struct
378 state protoimpl.MessageState
379 sizeCache protoimpl.SizeCache
380 unknownFields protoimpl.UnknownFields
382 RptBool []bool `protobuf:"varint,1,rep,name=rpt_bool,json=rptBool" json:"rpt_bool,omitempty"`
383 …tInt32 []int32 `protobuf:"varint,2,rep,name=rpt_int32,json=rptInt32" json:"rpt_int32,omitempty"`
384 …tInt64 []int64 `protobuf:"varint,3,rep,name=rpt_int64,json=rptInt64" json:"rpt_int64,omitempty"`
385 …nt32 []uint32 `protobuf:"varint,4,rep,name=rpt_uint32,json=rptUint32" json:"rpt_uint32,omitempty"`
386 …nt64 []uint64 `protobuf:"varint,5,rep,name=rpt_uint64,json=rptUint64" json:"rpt_uint64,omitempty"`
387 …Float []float32 `protobuf:"fixed32,6,rep,name=rpt_float,json=rptFloat" json:"rpt_float,omitempty"`
388 …ble []float64 `protobuf:"fixed64,7,rep,name=rpt_double,json=rptDouble" json:"rpt_double,omitempty"`
389 …tring []string `protobuf:"bytes,8,rep,name=rpt_string,json=rptString" json:"rpt_string,omitempty"`
390 …ptBytes [][]byte `protobuf:"bytes,9,rep,name=rpt_bytes,json=rptBytes" json:"rpt_bytes,omitempty"`
393 func (x *Repeats) Reset() {
402 func (x *Repeats) String() string {
406 func (*Repeats) ProtoMessage() {}
408 func (x *Repeats) ProtoReflect() protoreflect.Message {
421 func (*Repeats) Descriptor() ([]byte, []int) {
425 func (x *Repeats) GetRptBool() []bool {
432 func (x *Repeats) GetRptInt32() []int32 {
439 func (x *Repeats) GetRptInt64() []int64 {
446 func (x *Repeats) GetRptUint32() []uint32 {
453 func (x *Repeats) GetRptUint64() []uint64 {
460 func (x *Repeats) GetRptFloat() []float32 {
467 func (x *Repeats) GetRptDouble() []float64 {
474 func (x *Repeats) GetRptString() []string {
481 func (x *Repeats) GetRptBytes() [][]byte {