Searched refs:trie_match (Results 1 - 6 of 6) sorted by relevance
/external/marisa-trie/lib/marisa/ |
H A D | trie-search.cc | 381 std::size_t Trie::trie_match(UInt32 node, T query, function in class:marisa::Trie 386 next_pos = trie_->trie_match<T>(get_link(node), query, pos); 407 next_pos = trie_->trie_match<T>(get_link(node), query, pos); 425 template std::size_t Trie::trie_match<CQuery>(UInt32 node, 427 template std::size_t Trie::trie_match<const Query &>(UInt32 node,
|
H A D | trie-inline.h | 163 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
|
H A D | trie.h | 247 std::size_t trie_match(UInt32 node, T query, std::size_t pos) const;
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | trie-search.cc | 400 std::size_t Trie::trie_match(UInt32 node, T query, function in class:marisa_alpha::Trie 405 next_pos = trie_->trie_match<T>(get_link(node), query, pos); 426 next_pos = trie_->trie_match<T>(get_link(node), query, pos); 444 template std::size_t Trie::trie_match<CQuery>(UInt32 node, 446 template std::size_t Trie::trie_match<const Query &>(UInt32 node,
|
H A D | trie-inline.h | 164 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
|
H A D | trie.h | 247 std::size_t trie_match(UInt32 node, T query, std::size_t pos) const;
|
Completed in 72 milliseconds