Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZOutputFile.java377 writeUint64(header, 0);
378 writeUint64(header, 0xffffFFFFL & numNonEmptyStreams);
383 writeUint64(header, entry.getCompressedSize());
402 writeUint64(header, numNonEmptyStreams);
416 writeUint64(header, s);
419 writeUint64(header, entry.getSize());
442 writeUint64(header, numCoders);
445 writeUint64(header, i + 1);
446 writeUint64(header, i);
485 writeUint64(header, files.size());
[all …]
/external/protobuf/js/binary/
Dwriter_test.js71 assertFails(function() {writer.writeUint64(-1, 1);});
85 assertFails(function() {writer.writeUint64(1, -1);});
86 assertFails(function() {writer.writeUint64(1, Infinity);});
Dwriter.js302 this.writeUint64(field, /** @type {number} */(value));
528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
603 this.encoder_.writeUint64(value);
1437 this.encoder_.writeUint64(value[i]);
Dutils_test.js502 writer.writeUint64(1, Math.floor(i));
515 writer.writeUint64(123456789, Math.floor(i));
Ddecoder_test.js275 jspb.BinaryEncoder.prototype.writeUint64,
Dreader_test.js327 assertNotNull(jspb.BinaryReader.prototype.writeUint64);
337 jspb.BinaryWriter.prototype.writeUint64,
Dencoder.js256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
/external/libchrome/mojo/public/js/lib/
Dcodec.js278 Encoder.prototype.writeUint64 = function(val) { method in Encoder
298 return this.writeUint64(0);
302 this.writeUint64(offset);
624 encoder.writeUint64(requestID);
653 this.encoder.writeUint64(requestID);
820 encoder.writeUint64(val);
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dunion_definition.tmpl139 encoder.writeUint64(0);
140 encoder.writeUint64(0);
/external/flatbuffers/tests/
Dmonster_test_generated.ts733 this.bb!.writeUint64(this.bb_pos + offset, value);
1165 this.bb!.writeUint64(this.bb_pos + offset, value);
1257 this.bb!.writeUint64(this.bb_pos + offset, value);
1524 this.bb!.writeUint64(this.bb_pos + offset, value);
1582 this.bb!.writeUint64(this.bb_pos + offset, value);
1622 this.bb!.writeUint64(this.bb_pos + offset, value);
2733 this.bb!.writeUint64(this.bb_pos + offset, value);
Dmonster_test_generated.js817 this.bb.writeUint64(this.bb_pos + offset, value);
1256 this.bb.writeUint64(this.bb_pos + offset, value);
1348 this.bb.writeUint64(this.bb_pos + offset, value);
1613 this.bb.writeUint64(this.bb_pos + offset, value);
1671 this.bb.writeUint64(this.bb_pos + offset, value);
1711 this.bb.writeUint64(this.bb_pos + offset, value);
2879 this.bb.writeUint64(this.bb_pos + offset, value);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp54 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
102 writeUint64(OS, InitExpr.Value.Float64); in writeInitExpr()
/external/flatbuffers/js/
Dflatbuffers.js1037 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer