Searched refs:SimpleMap3 (Results 1 – 3 of 3) sorted by relevance
100 type SimpleMap3 struct { struct104 func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } argument105 func (m *SimpleMap3) String() string { return proto.CompactTextString(m) } argument106 func (*SimpleMap3) ProtoMessage() {} argument107 func (*SimpleMap3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } argument109 func (m *SimpleMap3) GetStringy() map[string]string { argument223 proto.RegisterType((*SimpleMap3)(nil), "jsonpb.SimpleMap3")
44 message SimpleMap3 { message
374 {"empty map emitted", Marshaler{EmitDefaults: true}, &pb.SimpleMap3{}, `{"stringy":{}}`},