Home
last modified time | relevance | path

Searched refs:ByteMapping (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go141 …{"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{}}}},
Dclone_test.go218 ByteMapping: map[bool][]byte{true: []byte("wowsa")},
243 ByteMapping: map[bool][]byte{true: []byte("wowsa")},
Dtext_parser_test.go648 ByteMapping: map[bool][]byte{
Dall_test.go2019 ByteMapping: map[bool][]byte{
2061 ByteMapping: map[bool][]byte{
2078 if v, ok := m2.ByteMapping[false]; !ok {
2083 if v, ok := m2.ByteMapping[true]; !ok {
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go287ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping,pro… member
320 return m.ByteMapping
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3030ByteMapping map[bool][]byte `protobuf:"bytes,3,rep,name=byte_mapping,json=byteMa… member
3078 return m.ByteMapping