Home
last modified time | relevance | path

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

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