Searched refs:Ver4PatriciaTrieNodeWriter (Results 1 - 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_writing_helper.h30 class Ver4PatriciaTrieNodeWriter;
50 Ver4PatriciaTrieNodeWriter *const ptNodeWriter,
65 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter;
H A Dver4_patricia_trie_node_writer.cpp33 const int Ver4PatriciaTrieNodeWriter::CHILDREN_POSITION_FIELD_SIZE = 3;
35 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsDeleted(
65 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsMoved(
111 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsWillBecomeNonTerminal(
137 bool Ver4PatriciaTrieNodeWriter::updatePtNodeUnigramProperty(
150 bool Ver4PatriciaTrieNodeWriter::updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC(
171 bool Ver4PatriciaTrieNodeWriter::updateChildrenPosition(
178 bool Ver4PatriciaTrieNodeWriter::updateTerminalId(const PtNodeParams *const toBeUpdatedPtNodeParams,
184 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndAdvancePosition(
190 bool Ver4PatriciaTrieNodeWriter
[all...]
H A Dver4_patricia_trie_node_writer.h38 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter { class in namespace:latinime
40 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, function in class:latinime::Ver4PatriciaTrieNodeWriter
47 virtual ~Ver4PatriciaTrieNodeWriter() {}
92 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
H A Dver4_patricia_trie_writing_helper.cpp82 Ver4PatriciaTrieNodeWriter ptNodeWriter(mBuffers->getWritableTrieBuffer(),
114 Ver4PatriciaTrieNodeWriter ptNodeWriterForNewBuffers(buffersToWrite->getWritableTrieBuffer(),
129 Ver4PatriciaTrieNodeWriter newPtNodeWriter(buffersToWrite->getWritableTrieBuffer(),
H A Dver4_patricia_trie_policy.h139 Ver4PatriciaTrieNodeWriter mNodeWriter;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_writing_helper.h43 class Ver4PatriciaTrieNodeWriter;
63 Ver4PatriciaTrieNodeWriter *const ptNodeWriter,
78 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter;
130 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, const int maxUnigramCount);
H A Dver4_patricia_trie_node_writer.cpp43 const int Ver4PatriciaTrieNodeWriter::CHILDREN_POSITION_FIELD_SIZE = 3;
45 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsDeleted(
74 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsMoved(
120 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsWillBecomeNonTerminal(
146 bool Ver4PatriciaTrieNodeWriter::updatePtNodeUnigramProperty(
163 bool Ver4PatriciaTrieNodeWriter::updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC(
198 bool Ver4PatriciaTrieNodeWriter::updateChildrenPosition(
205 bool Ver4PatriciaTrieNodeWriter::updateTerminalId(const PtNodeParams *const toBeUpdatedPtNodeParams,
211 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndAdvancePosition(
218 bool Ver4PatriciaTrieNodeWriter
[all...]
H A Dver4_patricia_trie_node_writer.h57 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter { class in namespace:latinime::backward::v402
59 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, function in class:latinime::backward::v402::Ver4PatriciaTrieNodeWriter
68 virtual ~Ver4PatriciaTrieNodeWriter() {}
120 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
H A Dver4_patricia_trie_writing_helper.cpp96 Ver4PatriciaTrieNodeWriter ptNodeWriter(mBuffers->getWritableTrieBuffer(),
140 Ver4PatriciaTrieNodeWriter ptNodeWriterForNewBuffers(buffersToWrite->getWritableTrieBuffer(),
159 Ver4PatriciaTrieNodeWriter newPtNodeWriter(buffersToWrite->getWritableTrieBuffer(),
204 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, const int maxUnigramCount) {
H A Dver4_patricia_trie_policy.h162 Ver4PatriciaTrieNodeWriter mNodeWriter;

Completed in 75 milliseconds