Searched refs:ByteMapping (Results 1 – 6 of 6) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 141 …{"proto3 map field with empty bytes", &proto3pb.MessageWithMap{ByteMapping: map[bool][]byte{false:… 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{}}}},
|
D | clone_test.go | 218 ByteMapping: map[bool][]byte{true: []byte("wowsa")}, 243 ByteMapping: map[bool][]byte{true: []byte("wowsa")},
|
D | text_parser_test.go | 648 ByteMapping: map[bool][]byte{
|
D | all_test.go | 2021 ByteMapping: map[bool][]byte{ 2063 ByteMapping: map[bool][]byte{ 2080 if v, ok := m2.ByteMapping[false]; !ok { 2085 if v, ok := m2.ByteMapping[true]; !ok {
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 287 …ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping,pro… member 320 return m.ByteMapping
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3030 …ByteMapping map[bool][]byte `protobuf:"bytes,3,rep,name=byte_mapping,json=byteMa… member 3078 return m.ByteMapping
|