Searched refs:readSfixed64 (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 94 function readSfixed64(bufferDecoder, start) { function 281 return readPacked(bufferDecoder, start, readSfixed64); 352 readSfixed64, property
|
D | reader_test.js | 150 expect(() => reader.readSfixed64(bufferDecoder, 0)).toThrow(); 155 const d = reader.readSfixed64(pair.bufferDecoder, 0);
|
D | kernel.js | 689 indexArray, bytes, reader.readSfixed64, WireType.FIXED64)); 1345 indexArray, bytes, reader.readSfixed64, reader.readPackedSfixed64,
|
/third_party/protobuf/js/binary/ |
D | reader.js | 511 return this.readSfixed64(); 841 jspb.BinaryReader.prototype.readSfixed64 = function() { method in jspb.BinaryReader
|
D | reader_test.js | 182 assertThrows(function() {reader.readSfixed64()}); 526 jspb.BinaryReader.prototype.readSfixed64,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 182 assertThrows(function() {reader.readSfixed64()}); 496 jspb.BinaryReader.prototype.readSfixed64,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 182 assertThrows(function() {reader.readSfixed64()}); 496 jspb.BinaryReader.prototype.readSfixed64,
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 229 public static function readSfixed64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 461 if (!GPBWire::readSfixed64($input, $value)) {
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 205 GPBWire::readSfixed64($input, $value);
|