Lines Matching refs:buffer
71 var buffer = this.buffer_;
73 return buffer;
79 * varint representation and stores it in the buffer.
104 * fixed representation and stores it in the buffer.
122 * and stores it in the buffer.
141 * and stores it in the buffer.
169 * and stores it in the buffer. Integers that are not representable in 64 bits
185 * and stores it in the buffer. Integers that are not representable in 64 bits
201 * representation and stores it in the buffer.
214 * representation and stores it in the buffer. Integers not representable in 64
230 * varint representation and stores it in the buffer. Integers not representable
241 * buffer as a zigzag varint.
255 * Writes an 8-bit unsigned integer to the buffer. Numbers outside the range
267 * Writes a 16-bit unsigned integer to the buffer. Numbers outside the
280 * Writes a 32-bit unsigned integer to the buffer. Numbers outside the
296 * Writes a 64-bit unsigned integer to the buffer. Numbers outside the
311 * Writes an 8-bit integer to the buffer. Numbers outside the range
323 * Writes a 16-bit integer to the buffer. Numbers outside the range
336 * Writes a 32-bit integer to the buffer. Numbers outside the range
352 * Writes a 64-bit integer to the buffer. Numbers outside the range
366 * Writes a 64-bit integer decimal strings to the buffer. Numbers outside the
380 * Writes a single-precision floating point value to the buffer. Numbers
395 * Writes a double-precision floating point value to the buffer. As this is
411 * Writes a boolean value to the buffer as a varint. We allow numbers as input
423 * Writes an enum value to the buffer as a varint.
435 * Writes an arbitrary byte array to the buffer.
445 * buffer as a varint.
457 * buffer as a fixed64.
468 * Writes a UTF16 Javascript string to the buffer encoded as UTF8.