• Home
  • Raw
  • Download

Lines Matching defs:Scalars

124 type Scalars struct {  struct
125 state protoimpl.MessageState
126 sizeCache protoimpl.SizeCache
127 unknownFields protoimpl.UnknownFields
129 SBool bool `protobuf:"varint,1,opt,name=s_bool,json=sBool,proto3" json:"s_bool,omitempty"`
130 …Int32 int32 `protobuf:"varint,2,opt,name=s_int32,json=sInt32,proto3" json:"s_int32,omitempty"`
131 …Int64 int64 `protobuf:"varint,3,opt,name=s_int64,json=sInt64,proto3" json:"s_int64,omitempty"`
132 …t32 uint32 `protobuf:"varint,4,opt,name=s_uint32,json=sUint32,proto3" json:"s_uint32,omitempty"`
133 …t64 uint64 `protobuf:"varint,5,opt,name=s_uint64,json=sUint64,proto3" json:"s_uint64,omitempty"`
134 …2 int32 `protobuf:"zigzag32,6,opt,name=s_sint32,json=sSint32,proto3" json:"s_sint32,omitempty"`
135 …4 int64 `protobuf:"zigzag64,7,opt,name=s_sint64,json=sSint64,proto3" json:"s_sint64,omitempty"`
136 … uint32 `protobuf:"fixed32,8,opt,name=s_fixed32,json=sFixed32,proto3" json:"s_fixed32,omitempty"`
137 … uint64 `protobuf:"fixed64,9,opt,name=s_fixed64,json=sFixed64,proto3" json:"s_fixed64,omitempty"`
138 …t32 `protobuf:"fixed32,10,opt,name=s_sfixed32,json=sSfixed32,proto3" json:"s_sfixed32,omitempty"`
139 …t64 `protobuf:"fixed64,11,opt,name=s_sfixed64,json=sSfixed64,proto3" json:"s_sfixed64,omitempty"`
140 …oat float32 `protobuf:"fixed32,20,opt,name=s_float,json=sFloat,proto3" json:"s_float,omitempty"`
141 …e float64 `protobuf:"fixed64,21,opt,name=s_double,json=sDouble,proto3" json:"s_double,omitempty"`
142 …Bytes []byte `protobuf:"bytes,14,opt,name=s_bytes,json=sBytes,proto3" json:"s_bytes,omitempty"`
143 …ing string `protobuf:"bytes,13,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
146 func (x *Scalars) Reset() {
155 func (x *Scalars) String() string {
159 func (*Scalars) ProtoMessage() {}
161 func (x *Scalars) ProtoReflect() protoreflect.Message {
174 func (*Scalars) Descriptor() ([]byte, []int) {
178 func (x *Scalars) GetSBool() bool {
185 func (x *Scalars) GetSInt32() int32 {
192 func (x *Scalars) GetSInt64() int64 {
199 func (x *Scalars) GetSUint32() uint32 {
206 func (x *Scalars) GetSUint64() uint64 {
213 func (x *Scalars) GetSSint32() int32 {
220 func (x *Scalars) GetSSint64() int64 {
227 func (x *Scalars) GetSFixed32() uint32 {
234 func (x *Scalars) GetSFixed64() uint64 {
241 func (x *Scalars) GetSSfixed32() int32 {
248 func (x *Scalars) GetSSfixed64() int64 {
255 func (x *Scalars) GetSFloat() float32 {
262 func (x *Scalars) GetSDouble() float64 {
269 func (x *Scalars) GetSBytes() []byte {
276 func (x *Scalars) GetSString() string {