Searched refs:writeSint32 (Results 1 - 8 of 8) sorted by relevance
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| H A D | writer_test.js | 87 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 D | writer_test.js | 87 assertFails(function() {writer.writeSint32(1, -Infinity);}); 88 assertFails(function() {writer.writeSint32(1, Infinity);});
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 320 public static function writeSint32(&$output, $value) function 606 if (!GPBWire::writeSint32($output, $value)) {
|
| /third_party/protobuf/js/binary/ |
| H A D | writer_test.js | 89 assertFails(function() {writer.writeSint32(1, -Infinity);}); 90 assertFails(function() {writer.writeSint32(1, Infinity);});
|
| H A D | writer.js | 342 this.writeSint32(field, /** @type {number} */(value)); 583 jspb.BinaryWriter.prototype.writeSint32 = function(field, value) {
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | writer.js | 392 writeSint32(fieldNumber, value) { 636 values.forEach(val => this.writeSint32(fieldNumber, val));
|
| H A D | writer_test.js | 398 describe('Writer.writeSint32 does', () => { 407 writer.writeSint32(1, pair.intValue);
|
| H A D | kernel.js | 1986 writer.writeSint32(fieldNumber, value);
|
Completed in 9 milliseconds