Home
last modified time | relevance | path

Searched refs:MatchingLine (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.h
H A Dlogfiltereddataworkerthread.cpp
/glogg/src/data/
H A Dlogfiltereddataworkerthread.h37 class MatchingLine {
39 MatchingLine( LineNumber line ) { lineNumber_ = line; }; in MatchingLine() function
44 bool operator <( const MatchingLine& other) const
54 typedef std::vector<MatchingLine> SearchResultArray;
H A Dlogfiltereddataworkerthread.cpp249 currentList.push_back( MatchingLine( i+j ) ); in doSearch()