Home
last modified time | relevance | path

Searched refs:WireVarint (Results 1 – 8 of 8) 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.go52 WireVarint = 0 const
203 p.WireType = WireVarint
209 p.WireType = WireVarint
211 p.WireType = WireVarint
Dtext_test.go122 b = append(proto.EncodeVarint(202<<3|proto.WireVarint), 19)
Dlib.go577 case WireVarint:
Dtext.go648 case WireVarint:
Dtable_marshal.go500 return WireVarint
2547 b = append(b, 2<<3|WireVarint)
2585 b = append(b, 2<<3|WireVarint)
Dextensions_test.go125 if err := expected.EncodeVarint(uint64((extdesc1.Field << 3) | proto.WireVarint)); err != nil {
Dall_test.go1540 …b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0…