Home
last modified time | relevance | path

Searched refs:readSfixed64 (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js94 function readSfixed64(bufferDecoder, start) { function
281 return readPacked(bufferDecoder, start, readSfixed64);
352 readSfixed64,
H A Dreader_test.js147 describe('readSfixed64 does', () => {
150 expect(() => reader.readSfixed64(bufferDecoder, 0)).toThrow();
155 const d = reader.readSfixed64(pair.bufferDecoder, 0);
H A Dkernel.js689 indexArray, bytes, reader.readSfixed64, WireType.FIXED64));
1345 indexArray, bytes, reader.readSfixed64, reader.readPackedSfixed64,
/third_party/protobuf/js/binary/
H A Dreader.js511 return this.readSfixed64();
841 jspb.BinaryReader.prototype.readSfixed64 = function() {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php229 public static function readSfixed64(&$input, &$value) function
H A DMessage.php461 if (!GPBWire::readSfixed64($input, $value)) {
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php205 GPBWire::readSfixed64($input, $value);

Completed in 10 milliseconds