HomeSort by relevance Sort by last modified time
    Searched defs:mMmappedBuffer (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
single_dict_content.h 43 : mMmappedBuffer(MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)),
45 mMmappedBuffer ? mMmappedBuffer->getReadWriteByteArrayView() :
48 mIsValid(mMmappedBuffer) {}
51 : mMmappedBuffer(nullptr),
81 const MmappedBuffer::MmappedBufferPtr mMmappedBuffer;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.h 59 : mByteArrayView(buffer, bufferSize), mMmappedBuffer(mmappedBuffer),
64 : mByteArrayView(), mMmappedBuffer(nullptr), mAlignedSize(0),
70 void *const mMmappedBuffer;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 45 : mMmappedBuffer(std::move(mmappedBuffer)),
46 mHeaderPolicy(mMmappedBuffer->getReadOnlyByteArrayView().data(),
47 FormatUtils::detectFormatVersion(mMmappedBuffer->getReadOnlyByteArrayView())),
48 mBuffer(mMmappedBuffer->getReadOnlyByteArrayView().skip(mHeaderPolicy.getSize())),
156 const MmappedBuffer::MmappedBufferPtr mMmappedBuffer;

Completed in 99 milliseconds