/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | writer_test.js | 70 assertFails(function() {writer.writeUint64(-1, 1);}); 84 assertFails(function() {writer.writeUint64(1, -1);}); 85 assertFails(function() {writer.writeUint64(1, Infinity);});
|
D | utils_test.js | 502 writer.writeUint64(1, Math.floor(i)); 515 writer.writeUint64(123456789, Math.floor(i));
|
D | decoder_test.js | 268 jspb.BinaryEncoder.prototype.writeUint64,
|
D | reader_test.js | 325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64); 335 jspb.BinaryWriter.prototype.writeUint64,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | writer_test.js | 70 assertFails(function() {writer.writeUint64(-1, 1);}); 84 assertFails(function() {writer.writeUint64(1, -1);}); 85 assertFails(function() {writer.writeUint64(1, Infinity);});
|
D | utils_test.js | 502 writer.writeUint64(1, Math.floor(i)); 515 writer.writeUint64(123456789, Math.floor(i));
|
D | decoder_test.js | 257 jspb.BinaryEncoder.prototype.writeUint64,
|
D | reader_test.js | 325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64); 335 jspb.BinaryWriter.prototype.writeUint64,
|
/third_party/protobuf/js/binary/ |
D | writer_test.js | 72 assertFails(function() {writer.writeUint64(-1, 1);}); 86 assertFails(function() {writer.writeUint64(1, -1);}); 87 assertFails(function() {writer.writeUint64(1, Infinity);});
|
D | writer.js | 303 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]);
|
D | utils_test.js | 572 writer.writeUint64(1, Math.floor(i)); 585 writer.writeUint64(123456789, Math.floor(i));
|
D | reader_test.js | 325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64); 335 jspb.BinaryWriter.prototype.writeUint64,
|
D | encoder.js | 300 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
|
D | decoder_test.js | 418 jspb.BinaryEncoder.prototype.writeUint64,
|
/third_party/node/typings/internalBinding/ |
D | serdes.d.ts | 14 writeUint64(hi: number, lo: number): void;
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 315 public static function writeUint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire 539 if (!GPBWire::writeUint64($output, $value)) {
|
/third_party/node/test/parallel/ |
D | test-v8-serdes.js | 81 ser.writeUint64(1, 2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 90 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/ |
D | v8.md | 454 #### `serializer.writeUint64(hi, lo)`
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 46339 static void writeUint64(void* aPtr, uint64_t aValue) in writeUint64() function in mozilla::detail::Endian 46575 using super::writeUint64;
|