Home
last modified time | relevance | path

Searched defs:SimpleNull3 (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go116 type SimpleNull3 struct { struct
117 Simple *Simple3 `protobuf:"bytes,1,opt,name=simple" json:"simple,omitempty"`
120 func (m *SimpleNull3) Reset() { *m = SimpleNull3{} }
121 func (m *SimpleNull3) String() string { return proto.CompactTextString(m) }
122 func (*SimpleNull3) ProtoMessage() {}
123 func (*SimpleNull3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
125 func (m *SimpleNull3) GetSimple() *Simple3 {
Dmore_test_objects.proto48 message SimpleNull3 { message