Searched refs:writeSfixed64 (Results 1 - 8 of 8) sorted by relevance
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| H A D | writer_test.js | 102 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| H A D | writer_test.js | 102 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 347 public static function writeSfixed64(&$output, $value) function 601 if (!GPBWire::writeSfixed64($output, $value)) {
|
| /third_party/protobuf/js/binary/ |
| H A D | writer_test.js | 104 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 105 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
| H A D | writer.js | 339 this.writeSfixed64(field, /** @type {number} */(value)); 693 jspb.BinaryWriter.prototype.writeSfixed64 = function(field, value) { 1231 this.writeSfixed64(field, value[i]);
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | writer.js | 298 writeSfixed64(fieldNumber, value) { 617 values.forEach(val => this.writeSfixed64(fieldNumber, val));
|
| H A D | writer_test.js | 379 describe('Writer.writeSfixed64 does', () => { 387 writer.writeSfixed64(1, pair.longValue);
|
| H A D | kernel.js | 1974 writer.writeSfixed64(fieldNumber, value);
|
Completed in 9 milliseconds