Searched refs:tail_prefix_match (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtrie-search.cc662 next_pos = tail_prefix_match<T>(
688 next_pos = tail_prefix_match<T>(
711 std::size_t Trie::tail_prefix_match(UInt32 node, UInt32 link_id, function in class:marisa::Trie
746 template std::size_t Trie::tail_prefix_match<CQuery>(
749 template std::size_t Trie::tail_prefix_match<const Query &>(
H A Dtrie-inline.h216 tail_prefix_match<T>(node, link_id, query, pos, key);
H A Dtrie.h278 std::size_t tail_prefix_match(UInt32 node, UInt32 link_id,
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-search.cc693 next_pos = tail_prefix_match<T>(
719 next_pos = tail_prefix_match<T>(
742 std::size_t Trie::tail_prefix_match(UInt32 node, UInt32 link_id, function in class:marisa_alpha::Trie
777 template std::size_t Trie::tail_prefix_match<CQuery>(
780 template std::size_t Trie::tail_prefix_match<const Query &>(
H A Dtrie-inline.h221 tail_prefix_match<T>(node, link_id, query, pos, key);
H A Dtrie.h278 std::size_t tail_prefix_match(UInt32 node, UInt32 link_id,

Completed in 112 milliseconds