Home
last modified time | relevance | path

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

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js87 assertFails(function() {writer.writeSint32(1, -Infinity);});
88 assertFails(function() {writer.writeSint32(1, Infinity);});
Dreader_test.js466 jspb.BinaryWriter.prototype.writeSint32,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dwriter_test.js87 assertFails(function() {writer.writeSint32(1, -Infinity);});
88 assertFails(function() {writer.writeSint32(1, Infinity);});
Dreader_test.js466 jspb.BinaryWriter.prototype.writeSint32,
/third_party/protobuf/js/binary/
Dwriter_test.js89 assertFails(function() {writer.writeSint32(1, -Infinity);});
90 assertFails(function() {writer.writeSint32(1, Infinity);});
Dwriter.js342 this.writeSint32(field, /** @type {number} */(value));
583 jspb.BinaryWriter.prototype.writeSint32 = function(field, value) { method in jspb.BinaryWriter
Dreader_test.js491 jspb.BinaryWriter.prototype.writeSint32,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php320 public static function writeSint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
606 if (!GPBWire::writeSint32($output, $value)) {
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js392 writeSint32(fieldNumber, value) { method in Writer
636 values.forEach(val => this.writeSint32(fieldNumber, val));
Dwriter_test.js407 writer.writeSint32(1, pair.intValue);
Dkernel.js1986 writer.writeSint32(fieldNumber, value);