Searched refs:readSint64 (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/php/tests/ |
D | php_implementation_test.php | 132 GPBWire::readSint64($input, $value); 136 GPBWire::readSint64($input, $value); 140 GPBWire::readSint64($input, $value);
|
/external/protobuf/js/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 470 jspb.BinaryReader.prototype.readSint64,
|
D | reader.js | 514 return this.readSint64(); 738 jspb.BinaryReader.prototype.readSint64 = function() { method in jspb.BinaryReader
|
/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 470 jspb.BinaryReader.prototype.readSint64,
|
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 385 assertNotNull(jspb.BinaryReader.prototype.readSint64); 406 jspb.BinaryReader.prototype.readSint64, 470 jspb.BinaryReader.prototype.readSint64,
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 199 public static function readSint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
|
D | Message.php | 427 if (!GPBWire::readSint64($input, $value)) {
|