Searched refs:readSint32 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 107 function readSint32(bufferDecoder, start) { function 293 return readPacked(bufferDecoder, start, readSint32); 349 readSint32,
|
| H A D | reader_test.js | 161 describe('readSint32 does', () => { 164 expect(() => reader.readSint32(bufferDecoder, 0)).toThrow(); 170 expect(() => reader.readSint32(pair.bufferDecoder, 0)).toThrow(); 172 const d = reader.readSint32(pair.bufferDecoder, 0);
|
| H A D | kernel.js | 704 indexArray, bytes, reader.readSint32, WireType.VARINT)); 1396 indexArray, bytes, reader.readSint32, reader.readPackedSint32,
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 115 GPBWire::readSint32($input, $value); 119 GPBWire::readSint32($input, $value); 123 GPBWire::readSint32($input, $value);
|
| /third_party/protobuf/js/binary/ |
| H A D | reader.js | 513 return this.readSint32(); 725 jspb.BinaryReader.prototype.readSint32 = function() {
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 190 public static function readSint32(&$input, &$value) function
|
| H A D | Message.php | 467 if (!GPBWire::readSint32($input, $value)) {
|
Completed in 10 milliseconds