HomeSort by relevance Sort by last modified time
    Searched defs:trie_prefix_match (Results 1 - 2 of 2) sorted by null

  /external/marisa-trie/lib/marisa/
trie-search.cc 655 std::size_t Trie::trie_prefix_match(UInt32 node, T query, function in class:marisa::Trie
660 next_pos = trie_->trie_prefix_match<T>(get_link(node), query, pos, key);
685 next_pos = trie_->trie_prefix_match<T>(
705 template std::size_t Trie::trie_prefix_match<CQuery>(UInt32 node,
707 template std::size_t Trie::trie_prefix_match<const Query &>(UInt32 node,
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc 686 std::size_t Trie::trie_prefix_match(UInt32 node, T query, function in class:marisa_alpha::Trie
691 next_pos = trie_->trie_prefix_match<T>(get_link(node), query, pos, key);
716 next_pos = trie_->trie_prefix_match<T>(
736 template std::size_t Trie::trie_prefix_match<CQuery>(UInt32 node,
738 template std::size_t Trie::trie_prefix_match<const Query &>(UInt32 node,

Completed in 29 milliseconds