Home
last modified time | relevance | path

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

/external/protobuf/php/tests/
Dphp_implementation_test.php115 GPBWire::readSint32($input, $value);
119 GPBWire::readSint32($input, $value);
123 GPBWire::readSint32($input, $value);
/external/protobuf/js/binary/
Dreader_test.js173 assertThrows(function() {reader.readSint32()});
384 assertNotNull(jspb.BinaryReader.prototype.readSint32);
395 jspb.BinaryReader.prototype.readSint32,
465 jspb.BinaryReader.prototype.readSint32,
Dreader.js512 return this.readSint32();
724 jspb.BinaryReader.prototype.readSint32 = function() { method in jspb.BinaryReader
/external/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,
/external/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,
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php190 public static function readSint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php421 if (!GPBWire::readSint32($input, $value)) {