Home
last modified time | relevance | path

Searched refs:writeSint64 (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Dwriter_test.js90 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 Dwriter_test.js90 assertFails(function() {writer.writeSint64(1, -Infinity);});
91 assertFails(function() {writer.writeSint64(1, Infinity);});
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php326 public static function writeSint64(&$output, $value) function
611 if (!GPBWire::writeSint64($output, $value)) {
/third_party/protobuf/js/binary/
H A Dwriter_test.js92 assertFails(function() {writer.writeSint64(1, -Infinity);});
93 assertFails(function() {writer.writeSint64(1, Infinity);});
H A Dwriter.js345 this.writeSint64(field, /** @type {number} */(value));
597 jspb.BinaryWriter.prototype.writeSint64 = function(field, value) {
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dwriter.js417 writeSint64(fieldNumber, value) {
655 values.forEach(val => this.writeSint64(fieldNumber, val));
H A Dwriter_test.js419 describe('Writer.writeSint64 does', () => {
428 writer.writeSint64(1, pair.longValue);
H A Dkernel.js1998 writer.writeSint64(fieldNumber, value);

Completed in 8 milliseconds