Home
last modified time | relevance | path

Searched refs:MessageWithMap (Results 1 – 11 of 11) sorted by relevance

/external/golang-protobuf/proto/
Dequal_test.go184 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
185 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
190 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
191 &pb.MessageWithMap{NameMapping: map[int32]string{2: "Rob"}},
196 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
197 &pb.MessageWithMap{NameMapping: map[int32]string{2: "Ken"}},
202 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
203 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Rob"}},
208 &pb.MessageWithMap{NameMapping: map[int32]string{}},
209 &pb.MessageWithMap{NameMapping: nil},
[all …]
Dsize_test.go141 …{"proto3 map field with empty bytes", &proto3pb.MessageWithMap{ByteMapping: map[bool][]byte{false:…
143 {"map field", &pb.MessageWithMap{NameMapping: map[int32]string{1: "Rob", 7: "Andrew"}}},
144 …{"map field with message", &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{0x7001: &pb.…
145 …{"map field with bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte("this time f…
146 {"map field with empty bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte{}}}},
148 …{"map field with big entry", &pb.MessageWithMap{NameMapping: map[int32]string{8: strings.Repeat("x…
149 …{"map field with big key and val", &pb.MessageWithMap{StrToStr: map[string]string{strings.Repeat("…
150 …{"map field with big numeric key", &pb.MessageWithMap{NameMapping: map[int32]string{0xf00d: "om no…
Ddiscard_test.go95 in: &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{
101 want: &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{
142 m.MessageWithMap, _ = in.(*pb.MessageWithMap)
164 MessageWithMap *pb.MessageWithMap member
Dclone_test.go210 src: &pb.MessageWithMap{
220 dst: &pb.MessageWithMap{
232 want: &pb.MessageWithMap{
Dall_test.go1939 m := &MessageWithMap{
1984 m := &MessageWithMap{
2010 m := &MessageWithMap{
2029 m2 := new(MessageWithMap)
2039 m1 := &MessageWithMap{
2048 m2 := new(MessageWithMap)
2060 m1 := &MessageWithMap{
2074 m2 := new(MessageWithMap)
2096 got := &MessageWithMap{}
2101 want := &MessageWithMap{NameMapping: map[int32]string{0: "m"}}
[all …]
Dtext_test.go449 {&pb.MessageWithMap{}, ``},
453 &pb.MessageWithMap{NameMapping: map[int32]string{
466 &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{7: nil}},
Dtext_parser_test.go629 m := new(MessageWithMap)
637 want := &MessageWithMap{
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go286 type MessageWithMap struct { struct
293 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
294 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
295 func (*MessageWithMap) ProtoMessage() {} argument
296 func (*MessageWithMap) Descriptor() ([]byte, []int) { argument
300 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { argument
303 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
306 func (m *MessageWithMap) XXX_Merge(src proto.Message) { argument
309 func (m *MessageWithMap) XXX_Size() int { argument
312 func (m *MessageWithMap) XXX_DiscardUnknown() { argument
[all …]
Dproto3.proto78 message MessageWithMap { message
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3027 type MessageWithMap struct { struct
3037 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
3038 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
3039 func (*MessageWithMap) ProtoMessage() {} argument
3040 func (*MessageWithMap) Descriptor() ([]byte, []int) { argument
3044 func (m *MessageWithMap) XXX_Unmarshal(b []byte) error { argument
3047 func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
3050 func (m *MessageWithMap) XXX_Merge(src proto.Message) { argument
3053 func (m *MessageWithMap) XXX_Size() int { argument
3056 func (m *MessageWithMap) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto515 message MessageWithMap { message