Home
last modified time | relevance | path

Searched refs:WireVarint (Results 1 – 13 of 13) sorted by relevance

/external/golang-protobuf/proto/
Dtable_unmarshal.go660 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 …]
Dproperties.go53 WireVarint = 0 const
204 p.WireType = WireVarint
210 p.WireType = WireVarint
212 p.WireType = WireVarint
Dtext_test.go122 b = append(proto.EncodeVarint(202<<3|proto.WireVarint), 19)
Dlib.go577 case WireVarint:
Dtext.go646 case WireVarint:
Dtable_marshal.go500 return WireVarint
2547 b = append(b, 2<<3|WireVarint)
2585 b = append(b, 2<<3|WireVarint)
Dextensions_test.go129 if err := expected.EncodeVarint(uint64((extdesc1.Field << 3) | proto.WireVarint)); err != nil {
Dall_test.go1538 …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/
Dtable_unmarshal.go657 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 …]
Dproperties.go53 WireVarint = 0 const
204 p.WireType = WireVarint
210 p.WireType = WireVarint
212 p.WireType = WireVarint
Dlib.go539 case WireVarint:
Dtext.go646 case WireVarint:
Dtable_marshal.go486 return WireVarint
2508 b = append(b, 2<<3|WireVarint)
2546 b = append(b, 2<<3|WireVarint)