Home
last modified time | relevance | path

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

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dwriter_test.js102 assertFails(function() {writer.writeSfixed64(1, -Infinity);});
103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
Dreader_test.js497 jspb.BinaryWriter.prototype.writeSfixed64,
665 writer.writeSfixed64(2, 1);
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js102 assertFails(function() {writer.writeSfixed64(1, -Infinity);});
103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
Dreader_test.js497 jspb.BinaryWriter.prototype.writeSfixed64,
665 writer.writeSfixed64(2, 1);
/third_party/protobuf/js/binary/
Dwriter_test.js104 assertFails(function() {writer.writeSfixed64(1, -Infinity);});
105 assertFails(function() {writer.writeSfixed64(1, Infinity);});
Dwriter.js339 this.writeSfixed64(field, /** @type {number} */(value));
693 jspb.BinaryWriter.prototype.writeSfixed64 = function(field, value) { method in jspb.BinaryWriter
1231 this.writeSfixed64(field, value[i]);
Dreader_test.js527 jspb.BinaryWriter.prototype.writeSfixed64,
695 writer.writeSfixed64(2, 1);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php347 public static function writeSfixed64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
601 if (!GPBWire::writeSfixed64($output, $value)) {
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js298 writeSfixed64(fieldNumber, value) { method in Writer
617 values.forEach(val => this.writeSfixed64(fieldNumber, val));
Dwriter_test.js387 writer.writeSfixed64(1, pair.longValue);
Dkernel.js1974 writer.writeSfixed64(fieldNumber, value);