Lines Matching defs:Maps
535 type Maps struct { struct
536 …"m_int64_str,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
537 …:"m_bool_simple,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=val…
538 XXX_NoUnkeyedLiteral struct{} `json:"-"`
539 XXX_unrecognized []byte `json:"-"`
540 XXX_sizecache int32 `json:"-"`
543 func (m *Maps) Reset() { *m = Maps{} }
544 func (m *Maps) String() string { return proto.CompactTextString(m) }
545 func (*Maps) ProtoMessage() {}
546 func (*Maps) Descriptor() ([]byte, []int) {
550 func (m *Maps) XXX_Unmarshal(b []byte) error {
553 func (m *Maps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
556 func (m *Maps) XXX_Merge(src proto.Message) {
559 func (m *Maps) XXX_Size() int {
562 func (m *Maps) XXX_DiscardUnknown() {
568 func (m *Maps) GetMInt64Str() map[int64]string {
575 func (m *Maps) GetMBoolSimple() map[bool]*Simple {