Searched refs:BinaryDictionaryShortcutIterator (Results 1 – 10 of 10) sorted by relevance
25 class BinaryDictionaryShortcutIterator {27 BinaryDictionaryShortcutIterator( in BinaryDictionaryShortcutIterator() function34 …BinaryDictionaryShortcutIterator(const BinaryDictionaryShortcutIterator &&shortcutIterator) noexce… in BinaryDictionaryShortcutIterator() function53 DISALLOW_DEFAULT_CONSTRUCTOR(BinaryDictionaryShortcutIterator);54 DISALLOW_ASSIGNMENT_OPERATOR(BinaryDictionaryShortcutIterator);
25 class BinaryDictionaryShortcutIterator; variable59 static void outputShortcuts(BinaryDictionaryShortcutIterator *const shortcutIt,
190 BinaryDictionaryShortcutIterator shortcutIt = in outputSuggestionsOfDicNode()251 BinaryDictionaryShortcutIterator *const shortcutIt, const int finalScore, in outputShortcuts()
383 BinaryDictionaryShortcutIterator PatriciaTriePolicy::getShortcutIterator(const int wordId) const { in getShortcutIterator()385 return BinaryDictionaryShortcutIterator(&mShortcutListPolicy, shortcutPos); in getShortcutIterator()
77 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;
131 BinaryDictionaryShortcutIterator Ver4PatriciaTriePolicy::getShortcutIterator( in getShortcutIterator()134 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos); in getShortcutIterator()
83 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;
71 virtual BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const = 0;
236 BinaryDictionaryShortcutIterator Ver4PatriciaTriePolicy::getShortcutIterator( in getShortcutIterator()239 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos); in getShortcutIterator()
104 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;