Searched refs:mWritable (Results 1 – 1 of 1) sorted by relevance
838 : mImpl(impl), mWritable(writable) { in Mapped()878 : mImpl(nullptr), mWritable(false), mError(error) { in Mapped()902 bool writable() const { return mWritable; } in writable()906 bool mWritable; member