Searched refs:writeSfixed32 (Results 1 - 8 of 8) sorted by relevance
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| H A D | writer_test.js | 99 assertFails(function() {writer.writeSfixed32(1, -Infinity);}); 100 assertFails(function() {writer.writeSfixed32(1, Infinity);});
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| H A D | writer_test.js | 99 assertFails(function() {writer.writeSfixed32(1, -Infinity);}); 100 assertFails(function() {writer.writeSfixed32(1, Infinity);});
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | GPBWire.php | 342 public static function writeSfixed32(&$output, $value) function 596 if (!GPBWire::writeSfixed32($output, $value)) {
|
| /third_party/protobuf/js/binary/ |
| H A D | writer_test.js | 101 assertFails(function() {writer.writeSfixed32(1, -Infinity);}); 102 assertFails(function() {writer.writeSfixed32(1, Infinity);});
|
| H A D | writer.js | 336 this.writeSfixed32(field, /** @type {number} */(value)); 678 jspb.BinaryWriter.prototype.writeSfixed32 = function(field, value) { 1218 this.writeSfixed32(field, value[i]);
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | writer.js | 275 writeSfixed32(fieldNumber, value) { 598 values.forEach(val => this.writeSfixed32(fieldNumber, val));
|
| H A D | writer_test.js | 355 describe('Writer.writeSfixed32 does', () => { 368 writer.writeSfixed32(1, pair.intValue);
|
| H A D | kernel.js | 1962 writer.writeSfixed32(fieldNumber, value);
|
Completed in 8 milliseconds