Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/native/libs/binder/
DParcel.cpp1049 status_t Parcel::writeUint64(uint64_t val) in writeUint64() function in android::Parcel