Home
last modified time | relevance | path

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

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Dwriter_test.js99 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 Dwriter_test.js99 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
100 assertFails(function() {writer.writeSfixed32(1, Infinity);});
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php342 public static function writeSfixed32(&$output, $value) function
596 if (!GPBWire::writeSfixed32($output, $value)) {
/third_party/protobuf/js/binary/
H A Dwriter_test.js101 assertFails(function() {writer.writeSfixed32(1, -Infinity);});
102 assertFails(function() {writer.writeSfixed32(1, Infinity);});
H A Dwriter.js336 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 Dwriter.js275 writeSfixed32(fieldNumber, value) {
598 values.forEach(val => this.writeSfixed32(fieldNumber, val));
H A Dwriter_test.js355 describe('Writer.writeSfixed32 does', () => {
368 writer.writeSfixed32(1, pair.intValue);
H A Dkernel.js1962 writer.writeSfixed32(fieldNumber, value);

Completed in 8 milliseconds