Searched refs:WireBytes (Results 1 – 16 of 16) sorted by relevance
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/ |
D | http.pb.go | 468 b.EncodeVarint(2<<3 | proto.WireBytes) 471 b.EncodeVarint(3<<3 | proto.WireBytes) 474 b.EncodeVarint(4<<3 | proto.WireBytes) 477 b.EncodeVarint(5<<3 | proto.WireBytes) 480 b.EncodeVarint(6<<3 | proto.WireBytes) 483 b.EncodeVarint(8<<3 | proto.WireBytes) 498 if wire != proto.WireBytes { 505 if wire != proto.WireBytes { 512 if wire != proto.WireBytes { 519 if wire != proto.WireBytes { [all …]
|
/external/golang-protobuf/proto/ |
D | table_unmarshal.go | 688 if w == WireBytes { // packed 754 if w == WireBytes { // packed 820 if w == WireBytes { // packed 886 if w == WireBytes { // packed 950 if w == WireBytes { // packed 1014 if w == WireBytes { // packed 1076 if w == WireBytes { // packed 1135 if w == WireBytes { // packed 1194 if w == WireBytes { // packed 1253 if w == WireBytes { // packed [all …]
|
D | table_marshal.go | 502 return WireBytes 1433 b = appendVarint(b, wiretag&^7|WireBytes) 1477 b = appendVarint(b, wiretag&^7|WireBytes) 1521 b = appendVarint(b, wiretag&^7|WireBytes) 1565 b = appendVarint(b, wiretag&^7|WireBytes) 1609 b = appendVarint(b, wiretag&^7|WireBytes) 1653 b = appendVarint(b, wiretag&^7|WireBytes) 1697 b = appendVarint(b, wiretag&^7|WireBytes) 1746 b = appendVarint(b, wiretag&^7|WireBytes) 1795 b = appendVarint(b, wiretag&^7|WireBytes) [all …]
|
D | message_set.go | 165 b := EncodeVarint(uint64(id)<<3 | WireBytes)
|
D | properties.go | 55 WireBytes = 2 const 214 p.WireType = WireBytes
|
D | extensions_test.go | 143 if err := expected.EncodeVarint(uint64((extdesc2.Field << 3) | proto.WireBytes)); err != nil { 157 if err := expected.EncodeVarint(uint64((extdesc3.Field << 3) | proto.WireBytes)); err != nil {
|
D | all_test.go | 1526 b := []byte{2<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0} 1532 …b := []byte{2<<3 | WireBytes, 1, 1, 3<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x… 1538 …b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0…
|
D | text_test.go | 118 b = append(proto.EncodeVarint(201<<3|proto.WireBytes), b...)
|
D | lib.go | 538 case WireBytes:
|
D | text.go | 630 case WireBytes:
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | table_unmarshal.go | 685 if w == WireBytes { // packed 751 if w == WireBytes { // packed 817 if w == WireBytes { // packed 883 if w == WireBytes { // packed 947 if w == WireBytes { // packed 1011 if w == WireBytes { // packed 1073 if w == WireBytes { // packed 1132 if w == WireBytes { // packed 1191 if w == WireBytes { // packed 1250 if w == WireBytes { // packed [all …]
|
D | table_marshal.go | 488 return WireBytes 1419 b = appendVarint(b, wiretag&^7|WireBytes) 1463 b = appendVarint(b, wiretag&^7|WireBytes) 1507 b = appendVarint(b, wiretag&^7|WireBytes) 1551 b = appendVarint(b, wiretag&^7|WireBytes) 1595 b = appendVarint(b, wiretag&^7|WireBytes) 1639 b = appendVarint(b, wiretag&^7|WireBytes) 1683 b = appendVarint(b, wiretag&^7|WireBytes) 1732 b = appendVarint(b, wiretag&^7|WireBytes) 1781 b = appendVarint(b, wiretag&^7|WireBytes) [all …]
|
D | properties.go | 55 WireBytes = 2 const 214 p.WireType = WireBytes
|
D | message_set.go | 208 b := EncodeVarint(uint64(id)<<3 | WireBytes)
|
D | lib.go | 500 case WireBytes:
|
D | text.go | 630 case WireBytes:
|