Home
last modified time | relevance | path

Searched refs:predictive_search (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/marisa-trie/marisa-trie-961ed33/tests/
H A Dmarisa-test.cc51 ASSERT(!trie.predictive_search(agent)); in TestEmptyTrie()
72 ASSERT(trie.predictive_search(agent)); in TestEmptyTrie()
73 ASSERT(!trie.predictive_search(agent)); in TestEmptyTrie()
137 ASSERT(!trie.predictive_search(agent)); in TestTinyTrie()
139 ASSERT(trie.predictive_search(agent)); in TestTinyTrie()
141 ASSERT(!trie.predictive_search(agent)); in TestTinyTrie()
144 ASSERT(trie.predictive_search(agent)); in TestTinyTrie()
149 ASSERT(trie.predictive_search(agent)); in TestTinyTrie()
152 ASSERT(trie.predictive_search(agent)); in TestTinyTrie()
158 ASSERT(trie.predictive_search(agent)); in TestTinyTrie()
[all …]
/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
62 while (trie.predictive_search(agent)) { in predictive_search()
141 return predictive_search(cmdopt.argv + cmdopt.optind, in main()
H A Dmarisa-dump.cc36 while (trie.predictive_search(agent)) { in dump()
H A Dmarisa-benchmark.cc244 if (!trie.predictive_search(agent) || in benchmark_predictive_search()
249 while (trie.predictive_search(agent)) { in benchmark_predictive_search()
/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
181 return trie_->predictive_search(*agent.agent_); in predictive_search()
H A Dsample.rb59 while trie.predictive_search(agent)
H A Dbenchmark.rb85 while trie.predictive_search(agent)
H A Dmarisa-swig.h154 bool predictive_search(Agent &agent) const;
/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
181 return trie_->predictive_search(*agent.agent_); in predictive_search()
H A Dmarisa-swig.h154 bool predictive_search(Agent &agent) const;
/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
181 return trie_->predictive_search(*agent.agent_); in predictive_search()
H A Dsample.pl59 while ($trie->predictive_search($agent)) {
H A Dbenchmark.pl88 while ($trie->predictive_search($agent)) {
H A Dmarisa-swig.h154 bool predictive_search(Agent &agent) const;
H A Dmarisa.pm240 *predictive_search = *marisac::Trie_predictive_search;
/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
181 return trie_->predictive_search(*agent.agent_); in predictive_search()
H A Dsample.py56 while trie.predictive_search(agent):
H A Dbenchmark.py78 while trie.predictive_search(agent):
H A Dmarisa-swig.h154 bool predictive_search(Agent &agent) const;
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/include/marisa/
H A Dtrie.h37 bool predictive_search(Agent &agent) const;
/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
115 return trie_->predictive_search(agent); in predictive_search()
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Dstring_table.cc51 while (trie_.predictive_search(agent)) { in Predict()
/dports/devel/marisa-trie/marisa-trie-961ed33/lib/marisa/grimoire/trie/
H A Dlouds-trie.h30 bool predictive_search(Agent &agent) const;
H A Dlouds-trie.cc136 bool LoudsTrie::predictive_search(Agent &agent) const { in predictive_search() function in marisa::grimoire::trie::LoudsTrie

12