Searched refs:readSint32 (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 107 function readSint32(bufferDecoder, start) { function 293 return readPacked(bufferDecoder, start, readSint32); 349 readSint32, property
|
D | reader_test.js | 164 expect(() => reader.readSint32(bufferDecoder, 0)).toThrow(); 170 expect(() => reader.readSint32(pair.bufferDecoder, 0)).toThrow(); 172 const d = reader.readSint32(pair.bufferDecoder, 0);
|
D | kernel.js | 704 indexArray, bytes, reader.readSint32, WireType.VARINT)); 1396 indexArray, bytes, reader.readSint32, reader.readPackedSint32,
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 115 GPBWire::readSint32($input, $value); 119 GPBWire::readSint32($input, $value); 123 GPBWire::readSint32($input, $value);
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 173 assertThrows(function() {reader.readSint32()}); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 395 jspb.BinaryReader.prototype.readSint32, 465 jspb.BinaryReader.prototype.readSint32,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 173 assertThrows(function() {reader.readSint32()}); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 395 jspb.BinaryReader.prototype.readSint32, 465 jspb.BinaryReader.prototype.readSint32,
|
/third_party/protobuf/js/binary/ |
D | reader_test.js | 173 assertThrows(function() {reader.readSint32()}); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 395 jspb.BinaryReader.prototype.readSint32, 490 jspb.BinaryReader.prototype.readSint32,
|
D | reader.js | 513 return this.readSint32(); 725 jspb.BinaryReader.prototype.readSint32 = function() { method in jspb.BinaryReader
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 190 public static function readSint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 467 if (!GPBWire::readSint32($input, $value)) {
|