Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dquickfindpattern.cpp
/glogg/src/
H A Dquickfindpattern.cpp79 QRegularExpressionMatchIterator matchIterator = regexp_.globalMatch(line); in matchLine() local
81 while( matchIterator.hasNext() ) { in matchLine()
82 QRegularExpressionMatch match = matchIterator.next(); in matchLine()