Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds