Home
last modified time | relevance | path

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

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