Home
last modified time | relevance | path

Searched refs:writeUint64 (Results 1 - 15 of 15) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Dwriter_test.js70 assertFails(function() {writer.writeUint64(-1, 1);});
84 assertFails(function() {writer.writeUint64(1, -1);});
85 assertFails(function() {writer.writeUint64(1, Infinity);});
H A Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
H A Ddecoder_test.js257 jspb.BinaryEncoder.prototype.writeUint64,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Dwriter_test.js70 assertFails(function() {writer.writeUint64(-1, 1);});
84 assertFails(function() {writer.writeUint64(1, -1);});
85 assertFails(function() {writer.writeUint64(1, Infinity);});
H A Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
H A Ddecoder_test.js268 jspb.BinaryEncoder.prototype.writeUint64,
/third_party/protobuf/js/binary/
H A Dwriter_test.js72 assertFails(function() {writer.writeUint64(-1, 1);});
86 assertFails(function() {writer.writeUint64(1, -1);});
87 assertFails(function() {writer.writeUint64(1, Infinity);});
H A Dwriter.js303 this.writeUint64(field, /** @type {number} */(value));
556 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) {
655 this.encoder_.writeUint64(value);
1676 this.encoder_.writeUint64(value[i]);
H A Dutils_test.js572 writer.writeUint64(1, Math.floor(i));
585 writer.writeUint64(123456789, Math.floor(i));
H A Ddecoder_test.js418 jspb.BinaryEncoder.prototype.writeUint64,
H A Dencoder.js300 jspb.BinaryEncoder.prototype.writeUint64 = function(value) {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php315 public static function writeUint64(&$output, $value) function
539 if (!GPBWire::writeUint64($output, $value)) {
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js81 ser.writeUint64(1, 2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
144 writeUint64(OS, InitExpr.Value.Float64); in writeInitExpr()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 33 milliseconds