/external/marisa-trie/lib/marisa/ |
D | trie-inline.h | 98 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function 100 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first() 104 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function 107 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
|
D | trie.h | 154 std::size_t predict_depth_first(const char *str, 156 std::size_t predict_depth_first(const char *ptr, std::size_t length, 158 std::size_t predict_depth_first(const std::string &str, 161 std::size_t predict_depth_first(const char *str, 165 std::size_t predict_depth_first(const char *ptr, std::size_t length, 169 std::size_t predict_depth_first(const std::string &str,
|
D | trie-search.cc | 148 predict_depth_first(str, key_ids, keys, max_num_results); in predict() 157 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict() 167 predict_depth_first(str, key_ids, keys, max_num_results); in predict() 177 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict() 214 std::size_t Trie::predict_depth_first(const char *str, in predict_depth_first() function in marisa::Trie 222 std::size_t Trie::predict_depth_first(const char *ptr, std::size_t length, in predict_depth_first() function in marisa::Trie 230 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa::Trie 239 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa::Trie
|
D | trie-c.cc | 291 *num_results = h->trie.predict_depth_first( in marisa_predict_depth_first() 294 *num_results = h->trie.predict_depth_first( in marisa_predict_depth_first()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie.h | 154 std::size_t predict_depth_first(const char *str, 156 std::size_t predict_depth_first(const char *ptr, std::size_t length, 158 std::size_t predict_depth_first(const std::string &str, 161 std::size_t predict_depth_first(const char *str, 165 std::size_t predict_depth_first(const char *ptr, std::size_t length, 169 std::size_t predict_depth_first(const std::string &str,
|
D | trie-inline.h | 99 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function 101 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first() 105 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function 108 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
|
D | trie-search.cc | 153 predict_depth_first(str, key_ids, keys, max_num_results); in predict() 163 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict() 173 predict_depth_first(str, key_ids, keys, max_num_results); in predict() 184 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict() 223 std::size_t Trie::predict_depth_first(const char *str, in predict_depth_first() function in marisa_alpha::Trie 231 std::size_t Trie::predict_depth_first(const char *ptr, std::size_t length, in predict_depth_first() function in marisa_alpha::Trie 240 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa_alpha::Trie 249 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa_alpha::Trie
|
D | trie-c.cc | 324 *num_results = h->trie.predict_depth_first( in marisa_alpha_predict_depth_first() 327 *num_results = h->trie.predict_depth_first( in marisa_alpha_predict_depth_first()
|
/external/marisa-trie/tools/ |
D | marisa-predict.cc | 73 num_keys = trie.predict_depth_first( in predict()
|
D | marisa-benchmark.cc | 261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first()
|
/external/marisa-trie/v0_1_5/tools/ |
D | marisa_alpha-predict.cc | 73 num_keys = trie.predict_depth_first( in predict()
|
D | marisa_alpha-benchmark.cc | 261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first()
|
/external/marisa-trie/tests/ |
D | trie-test.cc | 627 ASSERT(trie.predict_depth_first("NP", &ids, &strs) == 1); in TestBinaryKey()
|
/external/marisa-trie/ |
D | android_diff.txt | 402 @@ -247,30 +247,22 @@ std::size_t Trie::predict_depth_first(
|
/external/marisa-trie/v0_1_5/tests/ |
D | trie-test.cc | 647 ASSERT(trie.predict_depth_first("NP", &ids, &strs) == 1); in TestBinaryKey()
|