Home
last modified time | relevance | path

Searched refs:prefix_match_ (Results 1 – 2 of 2) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.h113 bool prefix_match_(Agent &agent, std::size_t node_id) const;
Dlouds-trie.cc712 return next_trie_->prefix_match_(agent, link); in prefix_match()
803 bool LoudsTrie::prefix_match_(Agent &agent, std::size_t node_id) const { in prefix_match_() function in marisa::grimoire::trie::LoudsTrie