Searched refs:DecodeVarint (Results 1 – 15 of 15) sorted by relevance
/external/golang-protobuf/proto/ |
D | decode.go | 63 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 …]
|
D | lib.go | 468 op, err := p.DecodeVarint() 522 u, err = p.DecodeVarint()
|
D | message_set.go | 220 _, n := DecodeVarint(o) // calculate length of length varint
|
D | text.go | 614 x, err := b.DecodeVarint() 658 x, err = b.DecodeVarint()
|
D | extensions.go | 458 if _, err := o.DecodeVarint(); err != nil {
|
D | properties.go | 266 p.valDec = (*Buffer).DecodeVarint
|
D | all_test.go | 335 x, e := o.DecodeVarint()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | decoder.py | 112 def DecodeVarint(buffer, pos): function 125 return DecodeVarint 132 def DecodeVarint(buffer, pos): function 149 return DecodeVarint
|
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 117 def DecodeVarint(buffer, pos): function 131 return DecodeVarint 137 def DecodeVarint(buffer, pos): function 155 return DecodeVarint
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 242 x, err := b.DecodeVarint() 263 x, err := b.DecodeVarint()
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 688 x, err := b.DecodeVarint() 723 x, err := b.DecodeVarint() 730 x, err := b.DecodeVarint()
|
D | test.pb.go.golden | 688 x, err := b.DecodeVarint() 723 x, err := b.DecodeVarint() 730 x, err := b.DecodeVarint()
|
/external/golang-protobuf/proto/testdata/ |
D | test.pb.go | 2504 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/ |
D | conformance.pb.go | 1551 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/ |
D | test_objects.pb.go | 513 x, err := b.DecodeVarint()
|