Searched refs:mDataLength (Results 1 – 2 of 2) sorted by relevance
52 mDataPtr(NULL), mDataLength(0) in FileMap()59 mDataOffset(other.mDataOffset), mDataPtr(other.mDataPtr), mDataLength(other.mDataLength) in FileMap()80 mDataLength = other.mDataLength; in operator =()204 mDataLength = length; in create()209 mBasePtr, mBaseLength, mDataPtr, mDataLength); in create()
84 size_t getDataLength(void) const { return mDataLength; } in getDataLength()118 size_t mDataLength; // length, measured from "mDataPtr" variable