Home | History | Annotate | Download | only in v402

Lines Matching refs:Ver4PatriciaTrieNodeWriter

43 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::writeNewTerminalPtNodeAndAdvancePosition(
234 bool Ver4PatriciaTrieNodeWriter::addNgramEntry(const WordIdArrayView prevWordIds, const int wordId,
256 bool Ver4PatriciaTrieNodeWriter::removeNgramEntry(const WordIdArrayView prevWordIds,
261 bool Ver4PatriciaTrieNodeWriter::updateAllBigramEntriesAndDeleteUselessEntries(
267 bool Ver4PatriciaTrieNodeWriter::updateAllPositionFields(
308 bool Ver4PatriciaTrieNodeWriter::addShortcutTarget(const PtNodeParams *const ptNodeParams,
327 bool Ver4PatriciaTrieNodeWriter::updatePtNodeHasBigramsAndShortcutTargetsFlags(
338 bool Ver4PatriciaTrieNodeWriter::writePtNodeAndGetTerminalIdAndAdvancePosition(
395 const ProbabilityEntry Ver4PatriciaTrieNodeWriter::createUpdatedEntryFrom(
413 bool Ver4PatriciaTrieNodeWriter::updatePtNodeFlags(const int ptNodePos,
428 bool Ver4PatriciaTrieNodeWriter::suppressUnigramEntry(const PtNodeParams *const ptNodeParams) {