Searched refs:SimpleMap3 (Results 1 – 3 of 3) sorted by relevance
129 type SimpleMap3 struct { struct136 func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } argument137 func (m *SimpleMap3) String() string { return proto.CompactTextString(m) } argument138 func (*SimpleMap3) ProtoMessage() {} argument139 func (*SimpleMap3) Descriptor() ([]byte, []int) { argument143 func (m *SimpleMap3) XXX_Unmarshal(b []byte) error { argument146 func (m *SimpleMap3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument149 func (m *SimpleMap3) XXX_Merge(src proto.Message) { argument152 func (m *SimpleMap3) XXX_Size() int { argument155 func (m *SimpleMap3) XXX_DiscardUnknown() { argument[all …]
44 message SimpleMap3 { message
442 {"empty map emitted", Marshaler{EmitDefaults: true}, &pb.SimpleMap3{}, `{"stringy":{}}`},