Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp43 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 …]
Dver4_patricia_trie_writing_helper.h43 class Ver4PatriciaTrieNodeWriter; variable
63 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, in TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds()
78 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter;
130 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, const int maxUnigramCount);
Dver4_patricia_trie_node_writer.h57 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter {
59 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, in Ver4PatriciaTrieNodeWriter() function
68 virtual ~Ver4PatriciaTrieNodeWriter() {} in ~Ver4PatriciaTrieNodeWriter()
120 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
Dver4_patricia_trie_writing_helper.cpp96 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()
Dver4_patricia_trie_policy.h162 Ver4PatriciaTrieNodeWriter mNodeWriter;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp33 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 …]
Dver4_patricia_trie_node_writer.h38 class Ver4PatriciaTrieNodeWriter : public PtNodeWriter {
40 Ver4PatriciaTrieNodeWriter(BufferWithExtendableBuffer *const trieBuffer, in Ver4PatriciaTrieNodeWriter() function
47 virtual ~Ver4PatriciaTrieNodeWriter() {} in ~Ver4PatriciaTrieNodeWriter()
92 DISALLOW_COPY_AND_ASSIGN(Ver4PatriciaTrieNodeWriter);
Dver4_patricia_trie_writing_helper.h30 class Ver4PatriciaTrieNodeWriter; variable
50 Ver4PatriciaTrieNodeWriter *const ptNodeWriter, in TraversePolicyToUpdateAllPtNodeFlagsAndTerminalIds()
65 Ver4PatriciaTrieNodeWriter *const mPtNodeWriter;
Dver4_patricia_trie_writing_helper.cpp82 Ver4PatriciaTrieNodeWriter ptNodeWriter(mBuffers->getWritableTrieBuffer(), in runGC()
114 Ver4PatriciaTrieNodeWriter ptNodeWriterForNewBuffers(buffersToWrite->getWritableTrieBuffer(), in runGC()
129 Ver4PatriciaTrieNodeWriter newPtNodeWriter(buffersToWrite->getWritableTrieBuffer(), in runGC()
Dver4_patricia_trie_policy.h139 Ver4PatriciaTrieNodeWriter mNodeWriter;