Searched refs:WireVarint (Results 1 – 13 of 13) sorted by relevance
/external/golang-protobuf/proto/ |
D | table_unmarshal.go | 660 if w != WireVarint { 674 if w != WireVarint { 711 if w != WireVarint { 726 if w != WireVarint { 740 if w != WireVarint { 777 if w != WireVarint { 792 if w != WireVarint { 806 if w != WireVarint { 843 if w != WireVarint { 858 if w != WireVarint { [all …]
|
D | properties.go | 53 WireVarint = 0 const 204 p.WireType = WireVarint 210 p.WireType = WireVarint 212 p.WireType = WireVarint
|
D | text_test.go | 122 b = append(proto.EncodeVarint(202<<3|proto.WireVarint), 19)
|
D | lib.go | 577 case WireVarint:
|
D | text.go | 646 case WireVarint:
|
D | table_marshal.go | 500 return WireVarint 2547 b = append(b, 2<<3|WireVarint) 2585 b = append(b, 2<<3|WireVarint)
|
D | extensions_test.go | 129 if err := expected.EncodeVarint(uint64((extdesc1.Field << 3) | proto.WireVarint)); err != nil {
|
D | all_test.go | 1538 …b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0…
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | table_unmarshal.go | 657 if w != WireVarint { 671 if w != WireVarint { 708 if w != WireVarint { 723 if w != WireVarint { 737 if w != WireVarint { 774 if w != WireVarint { 789 if w != WireVarint { 803 if w != WireVarint { 840 if w != WireVarint { 855 if w != WireVarint { [all …]
|
D | properties.go | 53 WireVarint = 0 const 204 p.WireType = WireVarint 210 p.WireType = WireVarint 212 p.WireType = WireVarint
|
D | lib.go | 539 case WireVarint:
|
D | text.go | 646 case WireVarint:
|
D | table_marshal.go | 486 return WireVarint 2508 b = append(b, 2<<3|WireVarint) 2546 b = append(b, 2<<3|WireVarint)
|