Searched refs:MsgMapping (Results 1 – 8 of 8) sorted by relevance
/external/golang-protobuf/proto/ |
D | discard_test.go | 95 in: &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{ 101 want: &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{
|
D | clone_test.go | 212 MsgMapping: map[int64]*pb.FloatingPoint{ 225 MsgMapping: map[int64]*pb.FloatingPoint{ 237 MsgMapping: map[int64]*pb.FloatingPoint{
|
D | size_test.go | 144 …{"map field with message", &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{0x7001: &pb.…
|
D | text_parser_test.go | 642 MsgMapping: map[int64]*FloatingPoint{
|
D | text_test.go | 466 &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{7: nil}},
|
D | all_test.go | 2016 MsgMapping: map[int64]*FloatingPoint{ 2040 MsgMapping: map[int64]*FloatingPoint{ 2052 if v, ok := m2.MsgMapping[1]; !ok {
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 206 …MsgMapping map[int64]*Reply `protobuf:"bytes,15,rep,name=msg_mapping,json=msgMapping" json:"msg_ma… member 303 return m.MsgMapping
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3029 …MsgMapping map[int64]*FloatingPoint `protobuf:"bytes,2,rep,name=msg_mapping,json=msgMapp… member 3071 return m.MsgMapping
|