• Home
  • Raw
  • Download

Lines Matching defs:Simple

72 type Simple struct {  struct
73 …ol *bool `protobuf:"varint,1,opt,name=o_bool,json=oBool" json:"o_bool,omitempty"`
74 … *int32 `protobuf:"varint,2,opt,name=o_int32,json=oInt32" json:"o_int32,omitempty"`
75 … *int32 `protobuf:"varint,3,opt,name=o_int32_str,json=oInt32Str" json:"o_int32_str,omitempty"`
76 … *int64 `protobuf:"varint,4,opt,name=o_int64,json=oInt64" json:"o_int64,omitempty"`
77 … *int64 `protobuf:"varint,5,opt,name=o_int64_str,json=oInt64Str" json:"o_int64_str,omitempty"`
78 … *uint32 `protobuf:"varint,6,opt,name=o_uint32,json=oUint32" json:"o_uint32,omitempty"`
79 … *uint32 `protobuf:"varint,7,opt,name=o_uint32_str,json=oUint32Str" json:"o_uint32_str,omitempty"`
80 … *uint64 `protobuf:"varint,8,opt,name=o_uint64,json=oUint64" json:"o_uint64,omitempty"`
81 … *uint64 `protobuf:"varint,9,opt,name=o_uint64_str,json=oUint64Str" json:"o_uint64_str,omitempty"`
82 … *int32 `protobuf:"zigzag32,10,opt,name=o_sint32,json=oSint32" json:"o_sint32,omitempty"`
83 …nt32 `protobuf:"zigzag32,11,opt,name=o_sint32_str,json=oSint32Str" json:"o_sint32_str,omitempty"`
84 … *int64 `protobuf:"zigzag64,12,opt,name=o_sint64,json=oSint64" json:"o_sint64,omitempty"`
85 …nt64 `protobuf:"zigzag64,13,opt,name=o_sint64_str,json=oSint64Str" json:"o_sint64_str,omitempty"`
86 … *float32 `protobuf:"fixed32,14,opt,name=o_float,json=oFloat" json:"o_float,omitempty"`
87 … *float32 `protobuf:"fixed32,15,opt,name=o_float_str,json=oFloatStr" json:"o_float_str,omitempty"`
88 … *float64 `protobuf:"fixed64,16,opt,name=o_double,json=oDouble" json:"o_double,omitempty"`
89 …float64 `protobuf:"fixed64,17,opt,name=o_double_str,json=oDoubleStr" json:"o_double_str,omitempty"`
90 … *string `protobuf:"bytes,18,opt,name=o_string,json=oString" json:"o_string,omitempty"`
91 … []byte `protobuf:"bytes,19,opt,name=o_bytes,json=oBytes" json:"o_bytes,omitempty"`
92 XXX_NoUnkeyedLiteral struct{} `json:"-"`
93 XXX_unrecognized []byte `json:"-"`
94 XXX_sizecache int32 `json:"-"`
97 func (m *Simple) Reset() { *m = Simple{} }
98 func (m *Simple) String() string { return proto.CompactTextString(m) }
99 func (*Simple) ProtoMessage() {}
100 func (*Simple) Descriptor() ([]byte, []int) {
104 func (m *Simple) XXX_Unmarshal(b []byte) error {
107 func (m *Simple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
110 func (m *Simple) XXX_Merge(src proto.Message) {
113 func (m *Simple) XXX_Size() int {
116 func (m *Simple) XXX_DiscardUnknown() {
122 func (m *Simple) GetOBool() bool {
129 func (m *Simple) GetOInt32() int32 {
136 func (m *Simple) GetOInt32Str() int32 {
143 func (m *Simple) GetOInt64() int64 {
150 func (m *Simple) GetOInt64Str() int64 {
157 func (m *Simple) GetOUint32() uint32 {
164 func (m *Simple) GetOUint32Str() uint32 {
171 func (m *Simple) GetOUint64() uint64 {
178 func (m *Simple) GetOUint64Str() uint64 {
185 func (m *Simple) GetOSint32() int32 {
192 func (m *Simple) GetOSint32Str() int32 {
199 func (m *Simple) GetOSint64() int64 {
206 func (m *Simple) GetOSint64Str() int64 {
213 func (m *Simple) GetOFloat() float32 {
220 func (m *Simple) GetOFloatStr() float32 {
227 func (m *Simple) GetODouble() float64 {
234 func (m *Simple) GetODoubleStr() float64 {
241 func (m *Simple) GetOString() string {
248 func (m *Simple) GetOBytes() []byte {
459 Simple *Simple `protobuf:"bytes,10,opt,name=simple" json:"simple,omitempty"` member