Searched refs:writeSfixed64 (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | writer_test.js | 102 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
D | reader_test.js | 497 jspb.BinaryWriter.prototype.writeSfixed64, 665 writer.writeSfixed64(2, 1);
|
/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | writer_test.js | 102 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 103 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
D | reader_test.js | 497 jspb.BinaryWriter.prototype.writeSfixed64, 665 writer.writeSfixed64(2, 1);
|
/external/protobuf/js/binary/ |
D | writer_test.js | 101 assertFails(function() {writer.writeSfixed64(1, -Infinity);}); 102 assertFails(function() {writer.writeSfixed64(1, Infinity);});
|
D | writer.js | 340 this.writeSfixed64(field, /** @type {number} */(value)); 671 jspb.BinaryWriter.prototype.writeSfixed64 = function(field, value) { method in jspb.BinaryWriter 1102 this.writeSfixed64(field, value[i]);
|
D | reader_test.js | 497 jspb.BinaryWriter.prototype.writeSfixed64, 665 writer.writeSfixed64(2, 1);
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 347 public static function writeSfixed64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire 601 if (!GPBWire::writeSfixed64($output, $value)) {
|