Home | History | Annotate | Download | only in marisa

Lines Matching refs:Trie

7 #include "trie.h"
11 void Trie::build(const char * const *keys, std::size_t num_keys,
34 void Trie::build(const std::vector<std::string> &keys,
46 void Trie::build(const std::vector<std::pair<std::string, double> > &keys,
60 void Trie::build_trie(Vector<Key<String> > &keys,
71 void Trie::build_trie(Vector<Key<String> > &keys,
73 Trie temp;
120 void Trie::build_trie(Vector<Key<T> > &keys,
164 void Trie::build_cur(Vector<Key<T> > &keys,
225 if ((progress.trie() != MARISA_PATRICIA_TRIE) &&
260 void Trie::build_next(Vector<Key<String> > &keys,
278 trie_.reset(new (std::nothrow) Trie);
283 void Trie::build_next(Vector<Key<RString> > &rkeys,
294 trie_.reset(new (std::nothrow) Trie);
300 UInt32 Trie::sort_keys(Vector<Key<T> > &keys) const {
318 void Trie::build_terminals(const Vector<Key<T> > &keys,