Home
last modified time | relevance | path

Searched refs:WireBytes (Results 1 – 16 of 16) sorted by relevance

/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
Dhttp.pb.go468 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/
Dtable_unmarshal.go688 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 …]
Dtable_marshal.go502 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 …]
Dmessage_set.go165 b := EncodeVarint(uint64(id)<<3 | WireBytes)
Dproperties.go55 WireBytes = 2 const
214 p.WireType = WireBytes
Dextensions_test.go143 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 {
Dall_test.go1526 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…
Dtext_test.go118 b = append(proto.EncodeVarint(201<<3|proto.WireBytes), b...)
Dlib.go538 case WireBytes:
Dtext.go630 case WireBytes:
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_unmarshal.go685 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 …]
Dtable_marshal.go488 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 …]
Dproperties.go55 WireBytes = 2 const
214 p.WireType = WireBytes
Dmessage_set.go208 b := EncodeVarint(uint64(id)<<3 | WireBytes)
Dlib.go500 case WireBytes:
Dtext.go630 case WireBytes: