Home
last modified time | relevance | path

Searched refs:readSint32 (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js107 function readSint32(bufferDecoder, start) { function
293 return readPacked(bufferDecoder, start, readSint32);
349 readSint32,
H A Dreader_test.js161 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 Dkernel.js704 indexArray, bytes, reader.readSint32, WireType.VARINT));
1396 indexArray, bytes, reader.readSint32, reader.readPackedSint32,
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php115 GPBWire::readSint32($input, $value);
119 GPBWire::readSint32($input, $value);
123 GPBWire::readSint32($input, $value);
/third_party/protobuf/js/binary/
H A Dreader.js513 return this.readSint32();
725 jspb.BinaryReader.prototype.readSint32 = function() {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php190 public static function readSint32(&$input, &$value) function
H A DMessage.php467 if (!GPBWire::readSint32($input, $value)) {

Completed in 10 milliseconds