Home
last modified time | relevance | path

Searched refs:_goDownString (Results 1 – 24 of 24) sorted by relevance

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_bidirectional_stree.h181 return _goDownString(it, pattern, lcp); in goDown()
271 return _goDownString(it, obj, dummy, TDirection()); in _goDownObject()
312 return _goDownString(it, pattern, lcp, Fwd()); in goDown()
323 return _goDownString(it, pattern, lcp, Tag<TDirection>()); in goDown()
H A Dindex_bifm_stree.h76 _goDownString(Iter<Index<TText, BidirectionalIndex<FMIndex<TOccSpec, TIndexSpec> > >, VSTree<TopDow… in _goDownString() function
H A Dindex_qgram_bucketrefinement.h488 inline bool _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, BucketRefinement> >, VSTree<TopD…
496 if (_goDownString(it._topIterator, pattern, lcp))
505 bool wentDown = _goDownString(it._bottomIterator, suffix(pattern, topLcp), lcp);
H A Dfind_index_approx.h98 if (!_goDownString(iterA, suffix(representative(iterB), iterPosB), lcp)) in _exactTreeSearch()
H A Dindex_qgram_stree.h302 _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > & n…
H A Dindex_fm_stree.h347 _goDownString(Iter<Index<TText, FMIndex<TOccSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > &it,
H A Dindex_esa_stree.h1908 _goDownString(
1974 return _goDownString(it, obj, dummy);
1995 return _goDownString(it, pattern, lcp);
H A Dindex_sa_stree.h537 inline bool _goDownString(Iter<Index<TText, IndexSa<TIndexSpec> >, VSTree<TopDown<TSpec> > > & it,
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_bidirectional_stree.h181 return _goDownString(it, pattern, lcp); in goDown()
271 return _goDownString(it, obj, dummy, TDirection()); in _goDownObject()
312 return _goDownString(it, pattern, lcp, Fwd()); in goDown()
323 return _goDownString(it, pattern, lcp, Tag<TDirection>()); in goDown()
H A Dindex_bifm_stree.h76 _goDownString(Iter<Index<TText, BidirectionalIndex<FMIndex<TOccSpec, TIndexSpec> > >, VSTree<TopDow… in _goDownString() function
H A Dindex_qgram_bucketrefinement.h488 inline bool _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, BucketRefinement> >, VSTree<TopD…
496 if (_goDownString(it._topIterator, pattern, lcp))
505 bool wentDown = _goDownString(it._bottomIterator, suffix(pattern, topLcp), lcp);
H A Dfind_index_approx.h98 if (!_goDownString(iterA, suffix(representative(iterB), iterPosB), lcp)) in _exactTreeSearch()
H A Dindex_qgram_stree.h302 _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > & n…
H A Dindex_fm_stree.h347 _goDownString(Iter<Index<TText, FMIndex<TOccSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > &it,
H A Dindex_esa_stree.h1908 _goDownString(
1974 return _goDownString(it, obj, dummy);
1995 return _goDownString(it, pattern, lcp);
H A Dindex_sa_stree.h537 inline bool _goDownString(Iter<Index<TText, IndexSa<TIndexSpec> >, VSTree<TopDown<TSpec> > > & it,
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_qgram_bucketrefinement.h488 inline bool _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, BucketRefinement> >, VSTree<TopD…
496 if (_goDownString(it._topIterator, pattern, lcp))
505 bool wentDown = _goDownString(it._bottomIterator, suffix(pattern, topLcp), lcp);
H A Dfind_index_approx.h98 if (!_goDownString(iterA, suffix(representative(iterB), iterPosB), lcp)) in _exactTreeSearch()
H A Dindex_qgram_stree.h302 _goDownString(Iter<Index<TText, IndexQGram<TShapeSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > & n…
H A Dindex_fm_stree.h335 _goDownString(Iter<Index<TText, FMIndex<TOccSpec, TIndexSpec> >, VSTree<TopDown<TSpec> > > &it,
H A Dindex_esa_stree.h1937 _goDownString(
2003 return _goDownString(it, obj, dummy);
2024 return _goDownString(it, pattern, lcp);
H A Dindex_sa_stree.h529 inline bool _goDownString(Iter<Index<TText, IndexSa<TIndexSpec> >, VSTree<TopDown<TSpec> > > & it,
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_esa_stree.h1470 _goDownString(
1536 return _goDownString(it, obj, dummy);
1557 return _goDownString(it, pattern, lcp);
H A Dindex_generated_forwards.h1741 …Index, typename TSpec, typename TString, typename TSize > inline bool _goDownString( Iter< TIndex,…