Home
last modified time | relevance | path

Searched refs:readSint32 (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js107 function readSint32(bufferDecoder, start) { function
293 return readPacked(bufferDecoder, start, readSint32);
349 readSint32, property
Dreader_test.js164 expect(() => reader.readSint32(bufferDecoder, 0)).toThrow();
170 expect(() => reader.readSint32(pair.bufferDecoder, 0)).toThrow();
172 const d = reader.readSint32(pair.bufferDecoder, 0);
Dkernel.js704 indexArray, bytes, reader.readSint32, WireType.VARINT));
1396 indexArray, bytes, reader.readSint32, reader.readPackedSint32,
/third_party/protobuf/php/tests/
DPhpImplementationTest.php115 GPBWire::readSint32($input, $value);
119 GPBWire::readSint32($input, $value);
123 GPBWire::readSint32($input, $value);
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js173 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/
Dreader_test.js173 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/
Dreader_test.js173 assertThrows(function() {reader.readSint32()});
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
395 jspb.BinaryReader.prototype.readSint32,
490 jspb.BinaryReader.prototype.readSint32,
Dreader.js513 return this.readSint32();
725 jspb.BinaryReader.prototype.readSint32 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php190 public static function readSint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php467 if (!GPBWire::readSint32($input, $value)) {