Home
last modified time | relevance | path

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

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go129 type SimpleMap3 struct { struct
136 func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } argument
137 func (m *SimpleMap3) String() string { return proto.CompactTextString(m) } argument
138 func (*SimpleMap3) ProtoMessage() {} argument
139 func (*SimpleMap3) Descriptor() ([]byte, []int) { argument
143 func (m *SimpleMap3) XXX_Unmarshal(b []byte) error { argument
146 func (m *SimpleMap3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
149 func (m *SimpleMap3) XXX_Merge(src proto.Message) { argument
152 func (m *SimpleMap3) XXX_Size() int { argument
155 func (m *SimpleMap3) XXX_DiscardUnknown() { argument
[all …]
Dmore_test_objects.proto44 message SimpleMap3 { message
/external/golang-protobuf/jsonpb/
Djsonpb_test.go442 {"empty map emitted", Marshaler{EmitDefaults: true}, &pb.SimpleMap3{}, `{"stringy":{}}`},