Searched refs:writeSint64 (Results 1 - 8 of 8) sorted by relevance
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| H A D | writer_test.js | 90 assertFails(function() {writer.writeSint64(1, -Infinity);}); 91 assertFails(function() {writer.writeSint64(1, Infinity);});
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| H A D | writer_test.js | 90 assertFails(function() {writer.writeSint64(1, -Infinity);}); 91 assertFails(function() {writer.writeSint64(1, Infinity);});
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 326 public static function writeSint64(&$output, $value) function 611 if (!GPBWire::writeSint64($output, $value)) {
|
| /third_party/protobuf/js/binary/ |
| H A D | writer_test.js | 92 assertFails(function() {writer.writeSint64(1, -Infinity);}); 93 assertFails(function() {writer.writeSint64(1, Infinity);});
|
| H A D | writer.js | 345 this.writeSint64(field, /** @type {number} */(value)); 597 jspb.BinaryWriter.prototype.writeSint64 = function(field, value) {
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | writer.js | 417 writeSint64(fieldNumber, value) { 655 values.forEach(val => this.writeSint64(fieldNumber, val));
|
| H A D | writer_test.js | 419 describe('Writer.writeSint64 does', () => { 428 writer.writeSint64(1, pair.longValue);
|
| H A D | kernel.js | 1998 writer.writeSint64(fieldNumber, value);
|
Completed in 8 milliseconds