Home
last modified time | relevance | path

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

/third_party/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);
/third_party/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);
/third_party/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)) {
/third_party/protobuf/js/binary/
Dwriter_test.js101 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
102 assertFails(function() {writer.writeSfixed32(1, Infinity);});
Dwriter.js336 this.writeSfixed32(field, /** @type {number} */(value));
678 jspb.BinaryWriter.prototype.writeSfixed32 = function(field, value) { method in jspb.BinaryWriter
1218 this.writeSfixed32(field, value[i]);
Dreader_test.js522 jspb.BinaryWriter.prototype.writeSfixed32,
701 writer.writeSfixed32(3, 1);
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js275 writeSfixed32(fieldNumber, value) { method in Writer
598 values.forEach(val => this.writeSfixed32(fieldNumber, val));
Dwriter_test.js368 writer.writeSfixed32(1, pair.intValue);
Dkernel.js1962 writer.writeSfixed32(fieldNumber, value);