| 533 | } |
| 534 | |
| 535 | type Maps struct { |
| 536 | MInt64Str map[int64]string `protobuf:"bytes,1,rep,name=m_int64_str,json=mInt64Str" json:"m_int64_str,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` |
| 537 | MBoolSimple map[bool]*Simple `protobuf:"bytes,2,rep,name=m_bool_simple,json=mBoolSimple" json:"m_bool_simple,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` |
| 538 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 539 | XXX_unrecognized []byte `json:"-"` |
| 540 | XXX_sizecache int32 `json:"-"` |
| 541 | } |
| 542 | |
| 543 | func (m *Maps) Reset() { *m = Maps{} } |
| 544 | func (m *Maps) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected