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.go100 type SimpleMap3 struct { struct
104 func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } argument
105 func (m *SimpleMap3) String() string { return proto.CompactTextString(m) } argument
106 func (*SimpleMap3) ProtoMessage() {} argument
107 func (*SimpleMap3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } argument
109 func (m *SimpleMap3) GetStringy() map[string]string { argument
223 proto.RegisterType((*SimpleMap3)(nil), "jsonpb.SimpleMap3")
Dmore_test_objects.proto44 message SimpleMap3 { message
/external/golang-protobuf/jsonpb/
Djsonpb_test.go374 {"empty map emitted", Marshaler{EmitDefaults: true}, &pb.SimpleMap3{}, `{"stringy":{}}`},