Searched refs:MatchingLine (Results 1 – 4 of 4) sorted by relevance
37 class MatchingLine {39 MatchingLine( LineNumber line ) { lineNumber_ = line; }; in MatchingLine() function44 bool operator <( const MatchingLine& other) const54 typedef std::vector<MatchingLine> SearchResultArray;
249 currentList.push_back( MatchingLine( i+j ) ); in doSearch()