Home
last modified time | relevance | path

Searched refs:writeSfixed32 (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dwriter_test.js99 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
100 assertFails(function() {writer.writeSfixed32(1, Infinity);});
Dreader_test.js492 jspb.BinaryWriter.prototype.writeSfixed32,
671 writer.writeSfixed32(3, 1);
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js99 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
100 assertFails(function() {writer.writeSfixed32(1, Infinity);});
Dreader_test.js492 jspb.BinaryWriter.prototype.writeSfixed32,
671 writer.writeSfixed32(3, 1);
/external/protobuf/js/binary/
Dwriter_test.js98 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
99 assertFails(function() {writer.writeSfixed32(1, Infinity);});
Dwriter.js337 this.writeSfixed32(field, /** @type {number} */(value));
656 jspb.BinaryWriter.prototype.writeSfixed32 = function(field, value) { method in jspb.BinaryWriter
1089 this.writeSfixed32(field, value[i]);
Dreader_test.js492 jspb.BinaryWriter.prototype.writeSfixed32,
671 writer.writeSfixed32(3, 1);
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php342 public static function writeSfixed32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
596 if (!GPBWire::writeSfixed32($output, $value)) {