Searched refs:MessageWithMap (Results 1 – 11 of 11) sorted by relevance
/external/golang-protobuf/proto/ |
D | equal_test.go | 184 &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 …]
|
D | discard_test.go | 95 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
|
D | size_test.go | 141 …{"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…
|
D | clone_test.go | 210 src: &pb.MessageWithMap{ 220 dst: &pb.MessageWithMap{ 232 want: &pb.MessageWithMap{
|
D | text_test.go | 449 {&pb.MessageWithMap{}, ``}, 453 &pb.MessageWithMap{NameMapping: map[int32]string{ 466 &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{7: nil}},
|
D | all_test.go | 1941 m := &MessageWithMap{ 1986 m := &MessageWithMap{ 2012 m := &MessageWithMap{ 2031 m2 := new(MessageWithMap) 2041 m1 := &MessageWithMap{ 2050 m2 := new(MessageWithMap) 2062 m1 := &MessageWithMap{ 2076 m2 := new(MessageWithMap) 2098 got := &MessageWithMap{} 2103 want := &MessageWithMap{NameMapping: map[int32]string{0: "m"}} [all …]
|
D | text_parser_test.go | 629 m := new(MessageWithMap) 637 want := &MessageWithMap{
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 286 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 …]
|
D | proto3.proto | 78 message MessageWithMap { message
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3027 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 …]
|
D | test.proto | 515 message MessageWithMap { message
|