Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js94 function readSfixed64(bufferDecoder, start) { function
281 return readPacked(bufferDecoder, start, readSfixed64);
352 readSfixed64, property
Dreader_test.js150 expect(() => reader.readSfixed64(bufferDecoder, 0)).toThrow();
155 const d = reader.readSfixed64(pair.bufferDecoder, 0);
Dkernel.js689 indexArray, bytes, reader.readSfixed64, WireType.FIXED64));
1345 indexArray, bytes, reader.readSfixed64, reader.readPackedSfixed64,
/third_party/protobuf/js/binary/
Dreader.js511 return this.readSfixed64();
841 jspb.BinaryReader.prototype.readSfixed64 = function() { method in jspb.BinaryReader
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
526 jspb.BinaryReader.prototype.readSfixed64,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
496 jspb.BinaryReader.prototype.readSfixed64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js182 assertThrows(function() {reader.readSfixed64()});
496 jspb.BinaryReader.prototype.readSfixed64,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php229 public static function readSfixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php461 if (!GPBWire::readSfixed64($input, $value)) {
/third_party/protobuf/php/tests/
DPhpImplementationTest.php205 GPBWire::readSfixed64($input, $value);