/external/marisa-trie/lib/marisa/ |
H A D | trie-inline.h | 85 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 D | trie-search.cc | 147 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 D | trie-c.cc | 273 *num_results = h->trie.predict_breadth_first( 276 *num_results = h->trie.predict_breadth_first(
|
H A D | trie.h | 134 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 D | trie-inline.h | 86 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 D | trie-search.cc | 152 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 D | trie.h | 134 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 D | trie-c.cc | 303 *num_results = h->trie.predict_breadth_first( 306 *num_results = h->trie.predict_breadth_first(
|
/external/marisa-trie/tools/ |
H A D | marisa-predict.cc | 76 num_keys = trie.predict_breadth_first(
|
H A D | marisa-benchmark.cc | 240 const std::size_t num_keys = trie.predict_breadth_first(
|
/external/marisa-trie/v0_1_5/tools/ |
H A D | marisa_alpha-predict.cc | 76 num_keys = trie.predict_breadth_first(
|
H A D | marisa_alpha-benchmark.cc | 240 const std::size_t num_keys = trie.predict_breadth_first(
|
/external/marisa-trie/tests/ |
H A D | trie-test.cc | 622 ASSERT(trie.predict_breadth_first("", &ids) == 1);
|
/external/marisa-trie/v0_1_5/tests/ |
H A D | trie-test.cc | 642 ASSERT(trie.predict_breadth_first("", &ids) == 1);
|