Searched refs:predict_breadth_first (Results 1 - 14 of 14) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtrie-inline.h85 inline std::size_t Trie::predict_breadth_first(const std::string &str, function in class:marisa::Trie
87 return predict_breadth_first(str.c_str(), str.length(),
91 inline std::size_t Trie::predict_breadth_first(const std::string &str, function in class:marisa::Trie
94 return predict_breadth_first(str.c_str(), str.length(),
H A Dtrie-search.cc147 predict_breadth_first(str, key_ids, keys, max_num_results) :
156 predict_breadth_first(ptr, length, key_ids, keys, max_num_results) :
166 predict_breadth_first(str, key_ids, keys, max_num_results) :
176 predict_breadth_first(ptr, length, key_ids, keys, max_num_results) :
180 std::size_t Trie::predict_breadth_first(const char *str, function in class:marisa::Trie
188 std::size_t Trie::predict_breadth_first(const char *ptr, std::size_t length, function in class:marisa::Trie
196 std::size_t Trie::predict_breadth_first(const char *str, function in class:marisa::Trie
205 std::size_t Trie::predict_breadth_first(const char *ptr, std::size_t length, function in class:marisa::Trie
H A Dtrie-c.cc273 *num_results = h->trie.predict_breadth_first(
276 *num_results = h->trie.predict_breadth_first(
H A Dtrie.h134 std::size_t predict_breadth_first(const char *str,
136 std::size_t predict_breadth_first(const char *ptr, std::size_t length,
138 std::size_t predict_breadth_first(const std::string &str,
141 std::size_t predict_breadth_first(const char *str,
145 std::size_t predict_breadth_first(const char *ptr, std::size_t length,
149 std::size_t predict_breadth_first(const std::string &str,
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-inline.h86 inline std::size_t Trie::predict_breadth_first(const std::string &str, function in class:marisa_alpha::Trie
88 return predict_breadth_first(str.c_str(), str.length(),
92 inline std::size_t Trie::predict_breadth_first(const std::string &str, function in class:marisa_alpha::Trie
95 return predict_breadth_first(str.c_str(), str.length(),
H A Dtrie-search.cc152 predict_breadth_first(str, key_ids, keys, max_num_results) :
162 predict_breadth_first(ptr, length, key_ids, keys, max_num_results) :
172 predict_breadth_first(str, key_ids, keys, max_num_results) :
183 predict_breadth_first(ptr, length, key_ids, keys, max_num_results) :
187 std::size_t Trie::predict_breadth_first(const char *str, function in class:marisa_alpha::Trie
195 std::size_t Trie::predict_breadth_first(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie
204 std::size_t Trie::predict_breadth_first(const char *str, function in class:marisa_alpha::Trie
213 std::size_t Trie::predict_breadth_first(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie
H A Dtrie.h134 std::size_t predict_breadth_first(const char *str,
136 std::size_t predict_breadth_first(const char *ptr, std::size_t length,
138 std::size_t predict_breadth_first(const std::string &str,
141 std::size_t predict_breadth_first(const char *str,
145 std::size_t predict_breadth_first(const char *ptr, std::size_t length,
149 std::size_t predict_breadth_first(const std::string &str,
H A Dtrie-c.cc303 *num_results = h->trie.predict_breadth_first(
306 *num_results = h->trie.predict_breadth_first(
/external/marisa-trie/tools/
H A Dmarisa-predict.cc76 num_keys = trie.predict_breadth_first(
H A Dmarisa-benchmark.cc240 const std::size_t num_keys = trie.predict_breadth_first(
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-predict.cc76 num_keys = trie.predict_breadth_first(
H A Dmarisa_alpha-benchmark.cc240 const std::size_t num_keys = trie.predict_breadth_first(
/external/marisa-trie/tests/
H A Dtrie-test.cc622 ASSERT(trie.predict_breadth_first("", &ids) == 1);
/external/marisa-trie/v0_1_5/tests/
H A Dtrie-test.cc642 ASSERT(trie.predict_breadth_first("", &ids) == 1);

Completed in 393 milliseconds