Searched refs:readSint64 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 120 function readSint64(bufferDecoder, start) { function 305 return readPacked(bufferDecoder, start, readSint64); 350 readSint64,
|
| H A D | reader_test.js | 197 describe('readSint64 does', () => { 200 expect(() => reader.readSint64(bufferDecoder, 0)).toThrow(); 206 expect(() => reader.readSint64(pair.bufferDecoder, 0)).toThrow(); 208 const d = reader.readSint64(pair.bufferDecoder, 0);
|
| H A D | kernel.js | 719 indexArray, bytes, reader.readSint64, WireType.VARINT)); 1447 indexArray, bytes, reader.readSint64, reader.readPackedSint64,
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 132 GPBWire::readSint64($input, $value); 136 GPBWire::readSint64($input, $value); 140 GPBWire::readSint64($input, $value);
|
| /third_party/protobuf/js/binary/ |
| H A D | reader.js | 515 return this.readSint64(); 739 jspb.BinaryReader.prototype.readSint64 = function() {
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 199 public static function readSint64(&$input, &$value) function
|
| H A D | Message.php | 473 if (!GPBWire::readSint64($input, $value)) {
|
Completed in 10 milliseconds