Searched refs:SimpleNull3 (Results 1 – 3 of 3) sorted by relevance
168 type SimpleNull3 struct { struct175 func (m *SimpleNull3) Reset() { *m = SimpleNull3{} } argument176 func (m *SimpleNull3) String() string { return proto.CompactTextString(m) } argument177 func (*SimpleNull3) ProtoMessage() {} argument178 func (*SimpleNull3) Descriptor() ([]byte, []int) { argument182 func (m *SimpleNull3) XXX_Unmarshal(b []byte) error { argument185 func (m *SimpleNull3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument188 func (m *SimpleNull3) XXX_Merge(src proto.Message) { argument191 func (m *SimpleNull3) XXX_Size() int { argument194 func (m *SimpleNull3) XXX_DiscardUnknown() { argument[all …]
48 message SimpleNull3 { message
443 {"nested struct null", Marshaler{EmitDefaults: true}, &pb.SimpleNull3{}, `{"simple":null}`},