Searched refs:varIntReader (Results 1 – 1 of 1) sorted by relevance
668 private varIntReader = protobuf.Reader.create(this.batchBytes); property in RowIteratorImpl747 const val = this.varIntReader.int64();752 decodeInt64Varint(this.batchBytes, this.varIntReader.pos);754 this.varIntReader.skip(); // Skips a varint795 this.varIntReader = protobuf.Reader.create(batch.batchBytes);796 this.varIntReader.pos = batch.varintOff;797 this.varIntReader.len = batch.varintOff + batch.varintLen;