Searched refs:allMatches (Results 1 – 2 of 2) sorted by relevance
81 for match in allMatches(s, _timeRE):90 def allMatches(source, regex): function
497 std::vector<DMatchForEvaluation> allMatches; in computeRecallPrecisionCurve() local505 allMatches.push_back( match ); in computeRecallPrecisionCurve()510 std::sort( allMatches.begin(), allMatches.end() ); in computeRecallPrecisionCurve()513 recallPrecisionCurve.resize( allMatches.size() ); in computeRecallPrecisionCurve()514 for( size_t i = 0; i < allMatches.size(); i++ ) in computeRecallPrecisionCurve()516 if( allMatches[i].isCorrect ) in computeRecallPrecisionCurve()