Home | History | Annotate | Download | only in v4

Lines Matching refs:Ver4PatriciaTrieNodeWriter

33 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::writeNewTerminalPtNodeAndAdvancePosition(
206 bool Ver4PatriciaTrieNodeWriter::addNgramEntry(const WordIdArrayView prevWordIds, const int wordId,
225 bool Ver4PatriciaTrieNodeWriter::removeNgramEntry(const WordIdArrayView prevWordIds,
233 bool Ver4PatriciaTrieNodeWriter::updateAllBigramEntriesAndDeleteUselessEntries(
239 bool Ver4PatriciaTrieNodeWriter::updateAllPositionFields(
274 bool Ver4PatriciaTrieNodeWriter::addShortcutTarget(const PtNodeParams *const ptNodeParams,
285 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndGetTerminalIdAndAdvancePosition(
340 bool Ver4PatriciaTrieNodeWriter::updatePtNodeFlags(const int ptNodePos, const bool isTerminal,