Home
last modified time | relevance | path

Searched refs:skipVarint (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/proto/
Dmessage_set.go135 func skipVarint(buf []byte) []byte { func
Dtable_marshal.go2510 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2552 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2590 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
/external/protobuf/js/binary/
Ddecoder.js506 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder
Dreader.js342 this.decoder_.skipVarint();
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryReader.java141 skipVarint(); in skipField()
1652 private void skipVarint() throws IOException { in skipVarint() method in BinaryReader.SafeHeapReader