Searched refs:readSfixed64 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 94 function readSfixed64(bufferDecoder, start) { function 281 return readPacked(bufferDecoder, start, readSfixed64); 352 readSfixed64,
|
| H A D | reader_test.js | 147 describe('readSfixed64 does', () => { 150 expect(() => reader.readSfixed64(bufferDecoder, 0)).toThrow(); 155 const d = reader.readSfixed64(pair.bufferDecoder, 0);
|
| H A D | kernel.js | 689 indexArray, bytes, reader.readSfixed64, WireType.FIXED64)); 1345 indexArray, bytes, reader.readSfixed64, reader.readPackedSfixed64,
|
| /third_party/protobuf/js/binary/ |
| H A D | reader.js | 511 return this.readSfixed64(); 841 jspb.BinaryReader.prototype.readSfixed64 = function() {
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 229 public static function readSfixed64(&$input, &$value) function
|
| H A D | Message.php | 461 if (!GPBWire::readSfixed64($input, $value)) {
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 205 GPBWire::readSfixed64($input, $value);
|
Completed in 10 milliseconds