Home
last modified time | relevance | path

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

/aosp_15_r20/external/marisa-trie/tools/
H A Dmarisa-common-prefix-search.cc27 int common_prefix_search(const char * const *args, std::size_t num_args) { in common_prefix_search() function
/aosp_15_r20/external/marisa-trie/bindings/perl/
H A Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
H A Dmarisa.py187 def common_prefix_search(self, *args): return _marisa.Trie_common_prefix_search(self, *args) member in Trie
/aosp_15_r20/external/marisa-trie/lib/marisa/
H A Dtrie.cc102 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::Trie
/aosp_15_r20/external/marisa-trie/bindings/
H A Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
/aosp_15_r20/external/marisa-trie/bindings/ruby/
H A Dmarisa-swig.cxx176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa_swig::Trie
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/
H A Dlouds-trie.cc105 bool LoudsTrie::common_prefix_search(Agent &agent) const { in common_prefix_search() function in marisa::grimoire::trie::LoudsTrie