Searched defs:SimpleNull3 (Results 1 – 2 of 2) sorted by relevance
168 type SimpleNull3 struct { struct169 Simple *Simple3 `protobuf:"bytes,1,opt,name=simple,proto3" json:"simple,omitempty"`170 XXX_NoUnkeyedLiteral struct{} `json:"-"`171 XXX_unrecognized []byte `json:"-"`172 XXX_sizecache int32 `json:"-"`175 func (m *SimpleNull3) Reset() { *m = SimpleNull3{} }176 func (m *SimpleNull3) String() string { return proto.CompactTextString(m) }177 func (*SimpleNull3) ProtoMessage() {}178 func (*SimpleNull3) Descriptor() ([]byte, []int) {182 func (m *SimpleNull3) XXX_Unmarshal(b []byte) error {[all …]
48 message SimpleNull3 { message