Searched refs:mWritable (Results 1 – 1 of 1) sorted by relevance
864 : mImpl(impl), mWritable(writable) { in Mapped()904 : mImpl(nullptr), mWritable(false), mError(error) { in Mapped()928 bool writable() const { return mWritable; } in writable()932 bool mWritable; member