| 166 | } |
| 167 | |
| 168 | type SimpleNull3 struct { |
| 169 | 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:"-"` |
| 173 | } |
| 174 | |
| 175 | func (m *SimpleNull3) Reset() { *m = SimpleNull3{} } |
| 176 | func (m *SimpleNull3) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected