Lines Matching defs:Repeats

284 type Repeats struct {  struct
285 state protoimpl.MessageState
286 sizeCache protoimpl.SizeCache
287 unknownFields protoimpl.UnknownFields
289 …ool `protobuf:"varint,1,rep,packed,name=rpt_bool,json=rptBool,proto3" json:"rpt_bool,omitempty"`
290 …2 `protobuf:"varint,2,rep,packed,name=rpt_int32,json=rptInt32,proto3" json:"rpt_int32,omitempty"`
291 …4 `protobuf:"varint,3,rep,packed,name=rpt_int64,json=rptInt64,proto3" json:"rpt_int64,omitempty"`
292 … `protobuf:"varint,4,rep,packed,name=rpt_uint32,json=rptUint32,proto3" json:"rpt_uint32,omitempty"`
293 … `protobuf:"varint,5,rep,packed,name=rpt_uint64,json=rptUint64,proto3" json:"rpt_uint64,omitempty"`
294 …32 `protobuf:"fixed32,6,rep,packed,name=rpt_float,json=rptFloat,proto3" json:"rpt_float,omitempty"`
295 …`protobuf:"fixed64,7,rep,packed,name=rpt_double,json=rptDouble,proto3" json:"rpt_double,omitempty"`
296 …]string `protobuf:"bytes,8,rep,name=rpt_string,json=rptString,proto3" json:"rpt_string,omitempty"`
297 … [][]byte `protobuf:"bytes,9,rep,name=rpt_bytes,json=rptBytes,proto3" json:"rpt_bytes,omitempty"`
300 func (x *Repeats) Reset() {
309 func (x *Repeats) String() string {
313 func (*Repeats) ProtoMessage() {}
315 func (x *Repeats) ProtoReflect() protoreflect.Message {
328 func (*Repeats) Descriptor() ([]byte, []int) {
332 func (x *Repeats) GetRptBool() []bool {
339 func (x *Repeats) GetRptInt32() []int32 {
346 func (x *Repeats) GetRptInt64() []int64 {
353 func (x *Repeats) GetRptUint32() []uint32 {
360 func (x *Repeats) GetRptUint64() []uint64 {
367 func (x *Repeats) GetRptFloat() []float32 {
374 func (x *Repeats) GetRptDouble() []float64 {
381 func (x *Repeats) GetRptString() []string {
388 func (x *Repeats) GetRptBytes() [][]byte {