Searched refs:getUnsignedVarint32 (Results 1 – 4 of 4) sorted by relevance
104 const result = bufferDecoder.getUnsignedVarint32();112 const result = bufferDecoder.getUnsignedVarint32();120 const result = bufferDecoder.getUnsignedVarint32();128 const result = bufferDecoder.getUnsignedVarint32();137 expect(() => bufferDecoder.getUnsignedVarint32()).toThrow();143 const result = bufferDecoder.getUnsignedVarint32();
91 const length = bufferDecoder.getUnsignedVarint32();121 const tag = bufferDecoder.getUnsignedVarint32();
220 getUnsignedVarint32() { method in BufferDecoder268 return this.getUnsignedVarint32();
42 const tag = bufferDecoder.getUnsignedVarint32();