Searched refs:mWritable (Results 1 – 1 of 1) sorted by relevance
847 : mImpl(impl), mWritable(writable) { in Mapped()887 : mImpl(nullptr), mWritable(false), mError(error) { in Mapped()911 bool writable() const { return mWritable; } in writable()915 bool mWritable; member