Home
last modified time | relevance | path

Searched refs:common_prefix_search (Results 1 – 25 of 26) sorted by relevance

12

/external/marisa-trie/tests/
Dmarisa-test.cc30 EXCEPT(trie.common_prefix_search(agent), MARISA_STATE_ERROR); in TestEmptyTrie()
50 ASSERT(!trie.common_prefix_search(agent)); in TestEmptyTrie()
70 ASSERT(trie.common_prefix_search(agent)); in TestEmptyTrie()
71 ASSERT(!trie.common_prefix_search(agent)); in TestEmptyTrie()
126 ASSERT(!trie.common_prefix_search(agent)); in TestTinyTrie()
128 ASSERT(!trie.common_prefix_search(agent)); in TestTinyTrie()
130 ASSERT(trie.common_prefix_search(agent)); in TestTinyTrie()
131 ASSERT(!trie.common_prefix_search(agent)); in TestTinyTrie()
133 ASSERT(trie.common_prefix_search(agent)); in TestTinyTrie()
134 ASSERT(!trie.common_prefix_search(agent)); in TestTinyTrie()
[all …]
/external/marisa-trie/tools/
Dmarisa-common-prefix-search.cc27 int common_prefix_search(const char * const *args, std::size_t num_args) { in common_prefix_search() function
62 while (trie.common_prefix_search(agent)) { in common_prefix_search()
142 return common_prefix_search(cmdopt.argv + cmdopt.optind, in main()
Dmarisa-benchmark.cc219 while (trie.common_prefix_search(agent)) { in benchmark_common_prefix_search()
/external/marisa-trie/include/marisa/
Dtrie.h36 bool common_prefix_search(Agent &agent) const;
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
177 return trie_->common_prefix_search(*agent.agent_); in common_prefix_search()
Dsample.rb54 while trie.common_prefix_search(agent)
Dbenchmark.rb75 while trie.common_prefix_search(agent)
Dmarisa-swig.h153 bool common_prefix_search(Agent &agent) const;
Dmarisa-swig_wrap.cxx3705 result = (bool)((marisa_swig::Trie const *)arg1)->common_prefix_search(*arg2);
/external/marisa-trie/bindings/perl/
Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
177 return trie_->common_prefix_search(*agent.agent_); in common_prefix_search()
Dsample.pl53 while ($trie->common_prefix_search($agent)) {
Dbenchmark.pl78 while ($trie->common_prefix_search($agent)) {
Dmarisa-swig.h153 bool common_prefix_search(Agent &agent) const;
Dmarisa.pm239 *common_prefix_search = *marisac::Trie_common_prefix_search;
Dmarisa-swig_wrap.cxx3910 result = (bool)((marisa_swig::Trie const *)arg1)->common_prefix_search(*arg2); in XS()
/external/marisa-trie/bindings/
Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
177 return trie_->common_prefix_search(*agent.agent_); in common_prefix_search()
Dmarisa-swig.h153 bool common_prefix_search(Agent &agent) const;
/external/marisa-trie/bindings/python/
Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
177 return trie_->common_prefix_search(*agent.agent_); in common_prefix_search()
Dsample.py52 while trie.common_prefix_search(agent):
Dbenchmark.py70 while trie.common_prefix_search(agent):
Dmarisa-swig.h153 bool common_prefix_search(Agent &agent) const;
Dmarisa.py187 def common_prefix_search(self, *args): return _marisa.Trie_common_prefix_search(self, *args) member in Trie
/external/marisa-trie/lib/marisa/
Dtrie.cc102 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::Trie
107 return trie_->common_prefix_search(agent); in common_prefix_search()
/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.h29 bool common_prefix_search(Agent &agent) const;
Dlouds-trie.cc105 bool LoudsTrie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::grimoire::trie::LoudsTrie

12