Searched refs:tail_prefix_match (Results 1 - 6 of 6) sorted by relevance
/external/marisa-trie/lib/marisa/ |
H A D | trie-search.cc | 662 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 D | trie-inline.h | 216 tail_prefix_match<T>(node, link_id, query, pos, key);
|
H A D | trie.h | 278 std::size_t tail_prefix_match(UInt32 node, UInt32 link_id,
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | trie-search.cc | 693 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 D | trie-inline.h | 221 tail_prefix_match<T>(node, link_id, query, pos, key);
|
H A D | trie.h | 278 std::size_t tail_prefix_match(UInt32 node, UInt32 link_id,
|
Completed in 151 milliseconds