Home
last modified time | relevance | path

Searched refs:DecodeVarint (Results 1 – 15 of 15) sorted by relevance

/external/golang-protobuf/proto/
Ddecode.go63 func DecodeVarint(buf []byte) (x uint64, n int) { func
107 func (p *Buffer) DecodeVarint() (x uint64, err error) { func
250 x, err = p.DecodeVarint()
262 x, err = p.DecodeVarint()
277 n, err := p.DecodeVarint()
351 _, err = o.DecodeVarint()
360 u, err = o.DecodeVarint()
470 u, err = o.DecodeVarint()
697 nn, err := o.DecodeVarint()
734 nn, err := o.DecodeVarint()
[all …]
Dlib.go468 op, err := p.DecodeVarint()
522 u, err = p.DecodeVarint()
Dmessage_set.go220 _, n := DecodeVarint(o) // calculate length of length varint
Dtext.go614 x, err := b.DecodeVarint()
658 x, err = b.DecodeVarint()
Dextensions.go458 if _, err := o.DecodeVarint(); err != nil {
Dproperties.go266 p.valDec = (*Buffer).DecodeVarint
Dall_test.go335 x, e := o.DecodeVarint()
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py112 def DecodeVarint(buffer, pos): function
125 return DecodeVarint
132 def DecodeVarint(buffer, pos): function
149 return DecodeVarint
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py117 def DecodeVarint(buffer, pos): function
131 return DecodeVarint
137 def DecodeVarint(buffer, pos): function
155 return DecodeVarint
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go242 x, err := b.DecodeVarint()
263 x, err := b.DecodeVarint()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go688 x, err := b.DecodeVarint()
723 x, err := b.DecodeVarint()
730 x, err := b.DecodeVarint()
Dtest.pb.go.golden688 x, err := b.DecodeVarint()
723 x, err := b.DecodeVarint()
730 x, err := b.DecodeVarint()
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2504 x, err := b.DecodeVarint()
2511 x, err := b.DecodeVarint()
2518 x, err := b.DecodeVarint()
2539 x, err := b.DecodeVarint()
2546 x, err := b.DecodeVarint()
2595 x, err := b.DecodeVarint()
2618 x, err := b.DecodeVarint()
2625 x, err := b.DecodeVarint()
2882 x, err := b.DecodeVarint()
2910 x, err := b.DecodeVarint()
/external/golang-protobuf/_conformance/conformance_proto/
Dconformance.pb.go1551 x, err := b.DecodeVarint()
1580 x, err := b.DecodeVarint()
1587 x, err := b.DecodeVarint()
1608 x, err := b.DecodeVarint()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go513 x, err := b.DecodeVarint()