trie-search.cc | 407 next_pos = tail_match<T>(node, get_link_id(node), query, pos); 428 next_pos = tail_match<T>(node, get_link_id(node), query, pos); 450 std::size_t Trie::tail_match(UInt32 node, UInt32 link_id, function in class:marisa_alpha::Trie 475 template std::size_t Trie::tail_match<CQuery>(UInt32 node, 477 template std::size_t Trie::tail_match<const Query &>(UInt32 node,
|