Home
last modified time | relevance | path

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

/external/protobuf/php/tests/
Dphp_implementation_test.php132 GPBWire::readSint64($input, $value);
136 GPBWire::readSint64($input, $value);
140 GPBWire::readSint64($input, $value);
/external/protobuf/js/binary/
Dreader_test.js385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
406 jspb.BinaryReader.prototype.readSint64,
470 jspb.BinaryReader.prototype.readSint64,
Dreader.js514 return this.readSint64();
738 jspb.BinaryReader.prototype.readSint64 = function() { method in jspb.BinaryReader
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
406 jspb.BinaryReader.prototype.readSint64,
470 jspb.BinaryReader.prototype.readSint64,
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
406 jspb.BinaryReader.prototype.readSint64,
470 jspb.BinaryReader.prototype.readSint64,
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php199 public static function readSint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
DMessage.php427 if (!GPBWire::readSint64($input, $value)) {