Searched refs:Ver4PatriciaTrieNodeWriter (Results 1 – 10 of 10) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_writer.cpp | 43 const int Ver4PatriciaTrieNodeWriter::CHILDREN_POSITION_FIELD_SIZE = 3; 45 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsDeleted( in markPtNodeAsDeleted() 74 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsMoved( in markPtNodeAsMoved() 120 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsWillBecomeNonTerminal( in markPtNodeAsWillBecomeNonTerminal() 146 bool Ver4PatriciaTrieNodeWriter::updatePtNodeUnigramProperty( in updatePtNodeUnigramProperty() 163 bool Ver4PatriciaTrieNodeWriter::updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC( in updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC() 198 bool Ver4PatriciaTrieNodeWriter::updateChildrenPosition( in updateChildrenPosition() 205 bool Ver4PatriciaTrieNodeWriter::updateTerminalId(const PtNodeParams *const toBeUpdatedPtNodeParams, in updateTerminalId() 211 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndAdvancePosition( in writePtNodeAndAdvancePosition() 218 bool Ver4PatriciaTrieNodeWriter::writeNewTerminalPtNodeAndAdvancePosition( in writeNewTerminalPtNodeAndAdvancePosition() [all …]
|
D | ver4_patricia_trie_writing_helper.h | 43 class Ver4PatriciaTrieNodeWriter; variable 63 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, in TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds() 78 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter; 130 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, const int maxUnigramCount);
|
D | ver4_patricia_trie_node_writer.h | 57 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter { 59 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, in Ver4PatriciaTrieNodeWriter() function 68 virtual ~Ver4PatriciaTrieNodeWriter() {} in ~Ver4PatriciaTrieNodeWriter() 120 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
|
D | ver4_patricia_trie_writing_helper.cpp | 96 Ver4PatriciaTrieNodeWriter ptNodeWriter(mBuffers->getWritableTrieBuffer(), in runGC() 140 Ver4PatriciaTrieNodeWriter ptNodeWriterForNewBuffers(buffersToWrite->getWritableTrieBuffer(), in runGC() 159 Ver4PatriciaTrieNodeWriter newPtNodeWriter(buffersToWrite->getWritableTrieBuffer(), in runGC() 204 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, const int maxUnigramCount) { in truncateUnigrams()
|
D | ver4_patricia_trie_policy.h | 162 Ver4PatriciaTrieNodeWriter mNodeWriter;
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_writer.cpp | 33 const int Ver4PatriciaTrieNodeWriter::CHILDREN_POSITION_FIELD_SIZE = 3; 35 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsDeleted( in markPtNodeAsDeleted() 65 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsMoved( in markPtNodeAsMoved() 111 bool Ver4PatriciaTrieNodeWriter::markPtNodeAsWillBecomeNonTerminal( in markPtNodeAsWillBecomeNonTerminal() 137 bool Ver4PatriciaTrieNodeWriter::updatePtNodeUnigramProperty( in updatePtNodeUnigramProperty() 150 bool Ver4PatriciaTrieNodeWriter::updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC( in updatePtNodeProbabilityAndGetNeedsToKeepPtNodeAfterGC() 171 bool Ver4PatriciaTrieNodeWriter::updateChildrenPosition( in updateChildrenPosition() 178 bool Ver4PatriciaTrieNodeWriter::updateTerminalId(const PtNodeParams *const toBeUpdatedPtNodeParams, in updateTerminalId() 184 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndAdvancePosition( in writePtNodeAndAdvancePosition() 190 bool Ver4PatriciaTrieNodeWriter::writeNewTerminalPtNodeAndAdvancePosition( in writeNewTerminalPtNodeAndAdvancePosition() [all …]
|
D | ver4_patricia_trie_node_writer.h | 38 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter { 40 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, in Ver4PatriciaTrieNodeWriter() function 47 virtual ~Ver4PatriciaTrieNodeWriter() {} in ~Ver4PatriciaTrieNodeWriter() 92 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
|
D | ver4_patricia_trie_writing_helper.h | 30 class Ver4PatriciaTrieNodeWriter; variable 50 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, in TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds() 65 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter;
|
D | ver4_patricia_trie_writing_helper.cpp | 82 Ver4PatriciaTrieNodeWriter ptNodeWriter(mBuffers->getWritableTrieBuffer(), in runGC() 114 Ver4PatriciaTrieNodeWriter ptNodeWriterForNewBuffers(buffersToWrite->getWritableTrieBuffer(), in runGC() 129 Ver4PatriciaTrieNodeWriter newPtNodeWriter(buffersToWrite->getWritableTrieBuffer(), in runGC()
|
D | ver4_patricia_trie_policy.h | 139 Ver4PatriciaTrieNodeWriter mNodeWriter;
|