Searched refs:readSint64 (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 120 function readSint64(bufferDecoder, start) { function 305 return readPacked(bufferDecoder, start, readSint64); 350 readSint64, property
|
D | reader_test.js | 200 expect(() => reader.readSint64(bufferDecoder, 0)).toThrow(); 206 expect(() => reader.readSint64(pair.bufferDecoder, 0)).toThrow(); 208 const d = reader.readSint64(pair.bufferDecoder, 0);
|
D | kernel.js | 719 indexArray, bytes, reader.readSint64, WireType.VARINT)); 1447 indexArray, bytes, reader.readSint64, reader.readPackedSint64,
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 132 GPBWire::readSint64($input, $value); 136 GPBWire::readSint64($input, $value); 140 GPBWire::readSint64($input, $value);
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 470 jspb.BinaryReader.prototype.readSint64,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 470 jspb.BinaryReader.prototype.readSint64,
|
/third_party/protobuf/js/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 495 jspb.BinaryReader.prototype.readSint64,
|
D | reader.js | 515 return this.readSint64(); 739 jspb.BinaryReader.prototype.readSint64 = function() { method in jspb.BinaryReader
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 199 public static function readSint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 473 if (!GPBWire::readSint64($input, $value)) {
|