Home
last modified time | relevance | path

Searched refs:writeUint64 (Results 1 – 25 of 25) 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/flatbuffers/tests/my-game/example/
Dreferrable.js29 this.bb.writeUint64(this.bb_pos + offset, value);
Dreferrable.ts37 this.bb!.writeUint64(this.bb_pos + offset, value);
Dmonster.js206 this.bb.writeUint64(this.bb_pos + offset, value);
254 this.bb.writeUint64(this.bb_pos + offset, value);
382 this.bb.writeUint64(this.bb_pos + offset, value);
410 this.bb.writeUint64(this.bb_pos + offset, value);
430 this.bb.writeUint64(this.bb_pos + offset, value);
Dmonster.ts267 this.bb!.writeUint64(this.bb_pos + offset, value);
331 this.bb!.writeUint64(this.bb_pos + offset, value);
497 this.bb!.writeUint64(this.bb_pos + offset, value);
533 this.bb!.writeUint64(this.bb_pos + offset, value);
559 this.bb!.writeUint64(this.bb_pos + offset, value);
Dtype-aliases.js113 this.bb.writeUint64(this.bb_pos + offset, value);
Dtype-aliases.ts149 this.bb!.writeUint64(this.bb_pos + offset, value);
/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/flatbuffers/ts/
Dbyte-buffer.ts134 writeUint64(offset: number, value: Long): void { method in ByteBuffer
/third_party/node/test/parallel/
Dtest-v8-serdes.js73 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.md377 #### `serializer.writeUint64(hi, lo)`