Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js767 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
Dreader.js666 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
/frameworks/native/libs/binder/
DParcel.cpp1899 status_t Parcel::readUint32(uint32_t *pArg) const in readUint32() function in android::Parcel
1904 uint32_t Parcel::readUint32() const in readUint32() function in android::Parcel