OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMmappedBuffer
(Results
1 - 4
of
4
) 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
;
mmapped_buffer.cpp
88
int ret = munmap(
mMmappedBuffer
, mAlignedSize);
/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 65 milliseconds