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