Home
last modified time | relevance | path

Searched refs:SimpleNull3 (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go168 type SimpleNull3 struct { struct
175 func (m *SimpleNull3) Reset() { *m = SimpleNull3{} } argument
176 func (m *SimpleNull3) String() string { return proto.CompactTextString(m) } argument
177 func (*SimpleNull3) ProtoMessage() {} argument
178 func (*SimpleNull3) Descriptor() ([]byte, []int) { argument
182 func (m *SimpleNull3) XXX_Unmarshal(b []byte) error { argument
185 func (m *SimpleNull3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
188 func (m *SimpleNull3) XXX_Merge(src proto.Message) { argument
191 func (m *SimpleNull3) XXX_Size() int { argument
194 func (m *SimpleNull3) XXX_DiscardUnknown() { argument
[all …]
Dmore_test_objects.proto48 message SimpleNull3 { message
/external/golang-protobuf/jsonpb/
Djsonpb_test.go443 {"nested struct null", Marshaler{EmitDefaults: true}, &pb.SimpleNull3{}, `{"simple":null}`},