Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dequal_test.go164 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
165 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
170 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
171 &pb.MessageWithMap{NameMapping: map[int32]string{2: "Rob"}},
176 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
177 &pb.MessageWithMap{NameMapping: map[int32]string{2: "Ken"}},
182 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Ken"}},
183 &pb.MessageWithMap{NameMapping: map[int32]string{1: "Rob"}},
188 &pb.MessageWithMap{NameMapping: map[int32]string{}},
189 &pb.MessageWithMap{NameMapping: nil},
[all …]
Dsize_test.go117 …{"proto3 map field with empty bytes", &proto3pb.MessageWithMap{ByteMapping: map[bool][]byte{false:…
119 {"map field", &pb.MessageWithMap{NameMapping: map[int32]string{1: "Rob", 7: "Andrew"}}},
120 …{"map field with message", &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{0x7001: &pb.…
121 …{"map field with bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte("this time f…
122 {"map field with empty bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte{}}}},
124 …{"map field with big entry", &pb.MessageWithMap{NameMapping: map[int32]string{8: strings.Repeat("x…
125 …{"map field with big key and val", &pb.MessageWithMap{StrToStr: map[string]string{strings.Repeat("…
126 …{"map field with big numeric key", &pb.MessageWithMap{NameMapping: map[int32]string{0xf00d: "om no…
Dclone_test.go194 src: &pb.MessageWithMap{
204 dst: &pb.MessageWithMap{
216 want: &pb.MessageWithMap{
Dtext_test.go447 {&pb.MessageWithMap{}, ``},
451 &pb.MessageWithMap{NameMapping: map[int32]string{
464 &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{7: nil}},
Dall_test.go1905 m := &MessageWithMap{
1950 m := &MessageWithMap{
1969 m2 := new(MessageWithMap)
1985 m1 := &MessageWithMap{
1994 m2 := new(MessageWithMap)
2006 m1 := &MessageWithMap{
2020 m2 := new(MessageWithMap)
2042 got := &MessageWithMap{}
2047 want := &MessageWithMap{NameMapping: map[int32]string{0: "m"}}
2059 got := &MessageWithMap{}
[all …]
Dtext_parser_test.go596 m := new(MessageWithMap)
604 want := &MessageWithMap{
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go240 type MessageWithMap struct { struct
244 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
245 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
246 func (*MessageWithMap) ProtoMessage() {} argument
247 func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } argument
249 func (m *MessageWithMap) GetByteMapping() map[bool][]byte { argument
291 proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
Dproto3.proto76 message MessageWithMap { message
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2101 type MessageWithMap struct { struct
2109 func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } argument
2110 func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } argument
2111 func (*MessageWithMap) ProtoMessage() {} argument
2112 func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} } argument
2114 func (m *MessageWithMap) GetNameMapping() map[int32]string { argument
2121 func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { argument
2128 func (m *MessageWithMap) GetByteMapping() map[bool][]byte { argument
2135 func (m *MessageWithMap) GetStrToStr() map[string]string { argument
3764 proto.RegisterType((*MessageWithMap)(nil), "testdata.MessageWithMap")
Dtest.proto501 message MessageWithMap { message