Home
last modified time | relevance | path

Searched defs:predict_depth_first (Results 1 – 4 of 4) sorted by relevance

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc223 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
Dtrie-inline.h99 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
105 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
/external/marisa-trie/lib/marisa/
Dtrie-search.cc214 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
Dtrie-inline.h98 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
104 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function