Home
last modified time | relevance | path

Searched refs:readSint64 (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js120 function readSint64(bufferDecoder, start) { function
305 return readPacked(bufferDecoder, start, readSint64);
350 readSint64, property
Dreader_test.js200 expect(() => reader.readSint64(bufferDecoder, 0)).toThrow();
206 expect(() => reader.readSint64(pair.bufferDecoder, 0)).toThrow();
208 const d = reader.readSint64(pair.bufferDecoder, 0);
Dkernel.js719 indexArray, bytes, reader.readSint64, WireType.VARINT));
1447 indexArray, bytes, reader.readSint64, reader.readPackedSint64,
/third_party/protobuf/php/tests/
DPhpImplementationTest.php132 GPBWire::readSint64($input, $value);
136 GPBWire::readSint64($input, $value);
140 GPBWire::readSint64($input, $value);
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js385 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/
Dreader_test.js385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
406 jspb.BinaryReader.prototype.readSint64,
470 jspb.BinaryReader.prototype.readSint64,
/third_party/protobuf/js/binary/
Dreader_test.js385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
406 jspb.BinaryReader.prototype.readSint64,
495 jspb.BinaryReader.prototype.readSint64,
Dreader.js515 return this.readSint64();
739 jspb.BinaryReader.prototype.readSint64 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php199 public static function readSint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php473 if (!GPBWire::readSint64($input, $value)) {