Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js786 jspb.BinaryDecoder.prototype.readUint64 = function() { method in jspb.BinaryDecoder
Dreader.js695 jspb.BinaryReader.prototype.readUint64 = function() { method in jspb.BinaryReader
/frameworks/native/libs/binder/
DParcel.cpp1920 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64() function in android::Parcel
1925 uint64_t Parcel::readUint64() const in readUint64() function in android::Parcel