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