Home
last modified time | relevance | path

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

/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
/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
/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
Dmarisa.py187 def common_prefix_search(self, *args): return _marisa.Trie_common_prefix_search(self, *args) member in Trie
/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
/external/marisa-trie/bindings/
Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
/external/marisa-trie/lib/marisa/
Dtrie.cc102 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::Trie
/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.cc105 bool LoudsTrie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::grimoire::trie::LoudsTrie