Home
last modified time | relevance | path

Searched defs:predictive_search (Results 1 – 8 of 8) sorted by relevance

/dports/devel/marisa-trie/marisa-trie-961ed33/tools/
H A Dmarisa-predictive-search.cc27 int predictive_search(const char * const *args, std::size_t num_args) { in predictive_search() function
/dports/devel/marisa-trie/marisa-trie-961ed33/bindings/ruby/
H A Dmarisa-swig.cxx180 bool Trie::predictive_search(Agent &agent) const { in predictive_search() function in marisa_swig::Trie
/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/
H A Dtrie.cc110 bool Trie::predictive_search(Agent &agent) const { in predictive_search() function in marisa::Trie
/dports/devel/marisa-trie/marisa-trie-961ed33/bindings/
H A Dmarisa-swig.cxx180 bool Trie::predictive_search(Agent &agent) const { in predictive_search() function in marisa_swig::Trie
/dports/devel/marisa-trie/marisa-trie-961ed33/bindings/perl/
H A Dmarisa-swig.cxx180 bool Trie::predictive_search(Agent &agent) const { in predictive_search() function in marisa_swig::Trie
/dports/devel/marisa-trie/marisa-trie-961ed33/bindings/python/
H A Dmarisa-swig.cxx180 bool Trie::predictive_search(Agent &agent) const { in predictive_search() function in marisa_swig::Trie
H A Dmarisa.py188 def predictive_search(self, *args): return _marisa.Trie_predictive_search(self, *args) member in Trie
/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/grimoire/trie/
H A Dlouds-trie.cc136 bool LoudsTrie::predictive_search(Agent &agent) const { in predictive_search() function in marisa::grimoire::trie::LoudsTrie