Home
last modified time | relevance | path

Searched refs:writeSint64 (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js90 assertFails(function() {writer.writeSint64(1, -Infinity);});
91 assertFails(function() {writer.writeSint64(1, Infinity);});
Dreader_test.js471 jspb.BinaryWriter.prototype.writeSint64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dwriter_test.js90 assertFails(function() {writer.writeSint64(1, -Infinity);});
91 assertFails(function() {writer.writeSint64(1, Infinity);});
Dreader_test.js471 jspb.BinaryWriter.prototype.writeSint64,
/third_party/protobuf/js/binary/
Dwriter_test.js92 assertFails(function() {writer.writeSint64(1, -Infinity);});
93 assertFails(function() {writer.writeSint64(1, Infinity);});
Dwriter.js345 this.writeSint64(field, /** @type {number} */(value));
597 jspb.BinaryWriter.prototype.writeSint64 = function(field, value) { method in jspb.BinaryWriter
Dreader_test.js496 jspb.BinaryWriter.prototype.writeSint64,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php326 public static function writeSint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
611 if (!GPBWire::writeSint64($output, $value)) {
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js417 writeSint64(fieldNumber, value) { method in Writer
655 values.forEach(val => this.writeSint64(fieldNumber, val));
Dwriter_test.js428 writer.writeSint64(1, pair.longValue);
Dkernel.js1998 writer.writeSint64(fieldNumber, value);