Home
last modified time | relevance | path

Searched refs:writeUint64 (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dwriter_test.js70 assertFails(function() {writer.writeUint64(-1, 1);});
84 assertFails(function() {writer.writeUint64(1, -1);});
85 assertFails(function() {writer.writeUint64(1, Infinity);});
Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
Ddecoder_test.js268 jspb.BinaryEncoder.prototype.writeUint64,
Dreader_test.js325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64);
335 jspb.BinaryWriter.prototype.writeUint64,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dwriter_test.js70 assertFails(function() {writer.writeUint64(-1, 1);});
84 assertFails(function() {writer.writeUint64(1, -1);});
85 assertFails(function() {writer.writeUint64(1, Infinity);});
Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
Ddecoder_test.js257 jspb.BinaryEncoder.prototype.writeUint64,
Dreader_test.js325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64);
335 jspb.BinaryWriter.prototype.writeUint64,
/third_party/protobuf/js/binary/
Dwriter_test.js72 assertFails(function() {writer.writeUint64(-1, 1);});
86 assertFails(function() {writer.writeUint64(1, -1);});
87 assertFails(function() {writer.writeUint64(1, Infinity);});
Dwriter.js303 this.writeUint64(field, /** @type {number} */(value));
556 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
655 this.encoder_.writeUint64(value);
1676 this.encoder_.writeUint64(value[i]);
Dutils_test.js572 writer.writeUint64(1, Math.floor(i));
585 writer.writeUint64(123456789, Math.floor(i));
Dreader_test.js325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64);
335 jspb.BinaryWriter.prototype.writeUint64,
Dencoder.js300 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
Ddecoder_test.js418 jspb.BinaryEncoder.prototype.writeUint64,
/third_party/node/typings/internalBinding/
Dserdes.d.ts14 writeUint64(hi: number, lo: number): void;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php315 public static function writeUint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
539 if (!GPBWire::writeUint64($output, $value)) {
/third_party/node/test/parallel/
Dtest-v8-serdes.js81 ser.writeUint64(1, 2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
144 writeUint64(OS, InitExpr.Value.Float64); in writeInitExpr()
/third_party/node/doc/api/
Dv8.md454 #### `serializer.writeUint64(hi, lo)`
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46339 static void writeUint64(void* aPtr, uint64_t aValue) in writeUint64() function in mozilla::detail::Endian
46575 using super::writeUint64;