Home
last modified time | relevance | path

Searched defs:writeUint64 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/js/binary/
Dencoder.js256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
Dwriter.js528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp54 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
/external/flatbuffers/js/
Dflatbuffers.js1037 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js278 Encoder.prototype.writeUint64 = function(val) { method in Encoder