Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp30 void SearchData::getAll( int* length, SearchResultArray* matches, in getAll()
43 SearchResultArray&& matches ) in setAll()
52 const SearchResultArray& matches, LineNumber lines ) in addAll()
/glogg/glogg/src/
H A Dquickfindpattern.cpp
/glogg/src/
H A Dquickfindpattern.cpp112 QRegularExpressionMatchIterator matches = regexp_.globalMatch(line); in isLineMatchingBackward() local
/glogg/glogg/tests/
H A Dtestlogfiltereddata.cpp
/glogg/tests/
H A Dtestlogfiltereddata.cpp94 qint64 matches[] = { 0, 15, 20, 135 }; in simpleSearchTest() local