Home
last modified time | relevance | path

Searched refs:WrappedPatternSourcePerThread (Results 1 – 2 of 2) sorted by relevance

/dports/biology/hisat2/hisat2-2.2.1/
H A Dpat.h590 class WrappedPatternSourcePerThread : public PatternSourcePerThread {
592 WrappedPatternSourcePerThread(PairedPatternSource& __patsrc) : in WrappedPatternSourcePerThread() function
626 return new WrappedPatternSourcePerThread(patsrc_); in create()
636 v->push_back(new WrappedPatternSourcePerThread(patsrc_)); in create()
H A Dpat.cpp138 bool WrappedPatternSourcePerThread::nextReadPair( in nextReadPair()