Searched refs:writeSfixed32 (Results 1 – 8 of 8) sorted by relevance
/external/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);
|
/external/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);
|
/external/protobuf/js/binary/ |
D | writer_test.js | 98 assertFails(function() {writer.writeSfixed32(1, -Infinity);}); 99 assertFails(function() {writer.writeSfixed32(1, Infinity);});
|
D | writer.js | 337 this.writeSfixed32(field, /** @type {number} */(value)); 656 jspb.BinaryWriter.prototype.writeSfixed32 = function(field, value) { method in jspb.BinaryWriter 1089 this.writeSfixed32(field, value[i]);
|
D | reader_test.js | 492 jspb.BinaryWriter.prototype.writeSfixed32, 671 writer.writeSfixed32(3, 1);
|
/external/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)) {
|