/glogg/glogg/src/ |
H A D | watchtowerlist.h |
|
H A D | utils.h |
|
H A D | signalmux.cpp |
|
H A D | marks.h |
|
H A D | kqueuewatchtowerdriver.cpp |
|
H A D | session.cpp |
|
H A D | winwatchtowerdriver.h |
|
H A D | abstractlogview.cpp |
|
H A D | abstractlogview.h |
|
/glogg/src/ |
H A D | watchtowerlist.h | 183 iterator<std::list<ObservedFile<Driver>>> end() in end() function 184 … { return iterator<std::list<ObservedFile<Driver>>>( &observed_files_, observed_files_.end() ); } in end() 218 for ( ; existing_observer != observed_files_.end(); ++existing_observer ) in searchByName() 227 if ( existing_observer != observed_files_.end() ) in searchByName() 238 auto result = find_if( observed_files_.begin(), observed_files_.end(), in searchByFileOrSymlinkWd() 244 if ( result != observed_files_.end() ) in searchByFileOrSymlinkWd() 254 auto dir = find_if( observed_dirs_.begin(), observed_dirs_.end(), in searchByDirWdAndName() 262 if ( dir != observed_dirs_.end() ) { in searchByDirWdAndName() 281 auto dir = find_if( observed_dirs_.begin(), observed_dirs_.end(), in searchByDirWd() 289 if ( dir != observed_dirs_.end() ) { in searchByDirWd() [all …]
|
H A D | utils.h | 118 LineNumber lookupLineNumber( Iterator begin, Iterator end, LineNumber lineNum ) in lookupLineNumber() argument 121 Iterator lowerBound = std::lower_bound( begin, end, lineNum ); in lookupLineNumber() 122 if ( lowerBound != end ) { in lookupLineNumber() 125 else if (begin != end) { in lookupLineNumber()
|
H A D | signalmux.cpp | 52 connectionList_.begin(), connectionList_.end(), in disconnect() 57 if ( connection != connectionList_.end() ) in disconnect() 89 connectionList_.begin(), connectionList_.end(), in disconnect() 94 if ( connection != connectionList_.end() ) in disconnect()
|
H A D | marks.h | 115 const_iterator end() const in end() function 116 { return const_iterator( marks_.end() ); } in end()
|
H A D | kqueuewatchtowerdriver.cpp | 225 … files_to_notify.insert( files_to_notify.end(), files_in_dir.begin(), files_in_dir.end() ); in waitAndProcessEvents()
|
H A D | session.cpp | 53 auto result = std::find_if( openFiles_.begin(), openFiles_.end(), in getViewIfOpen() 57 if ( result != openFiles_.end() ) in getViewIfOpen()
|
H A D | winwatchtowerdriver.h | 95 iterator end() { return iterator( this, nullptr ); } in end() function
|
H A D | abstractlogview.cpp | 152 int last_col = chunk.end(); in addChunk() 1333 int end = currentPos; in selectWordAtPosition() local 1335 selection_.selectPortion( pos.y(), start, end ); in selectWordAtPosition() 1568 int end = start + match.length(); in drawTextArea() local 1570 if ( ( start < 0 && end < 0 ) || start >= nbCols ) in drawTextArea()
|
/glogg/glogg/src/data/ |
H A D | logfiltereddata.cpp |
|
H A D | logdata.cpp |
|
H A D | logdataworkerthread.cpp |
|
H A D | logfiltereddataworkerthread.cpp |
|
/glogg/src/data/ |
H A D | logfiltereddata.cpp | 213 for ( auto i = marks_.begin(); i != marks_.end(); ++i ) { in getMarkAfter() 227 for ( auto i = marks_.begin(); i != marks_.end(); ++i ) { in getMarkBefore() 255 i != marks_.end(); ++i ) { in deleteMark() 327 matching_lines_.end(), in findFilteredLine() 332 marks_.end(), in findFilteredLine() 342 filteredItemsCache_.end(), in findFilteredLine() 455 while ( ( i != matching_lines_.cend() ) || ( j != marks_.end() ) ) { in regenerateFilteredItemsCache() 457 ( j != marks_.end() ) ? j->lineNumber() : std::numeric_limits<qint64>::max(); in regenerateFilteredItemsCache() 464 if ( j != marks_.end() ) in regenerateFilteredItemsCache()
|
H A D | logdata.cpp | 464 qint64 end = 0; in doGetLines() local 466 end = endOfLinePosition( line ) - first_byte; in doGetLines() 468 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetLines() 471 beginning = beginningOfNextLine( end ); in doGetLines() 505 qint64 end = 0; in doGetExpandedLines() local 509 end = endOfLinePosition( line ) - first_byte; in doGetExpandedLines() 511 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetExpandedLines() 515 beginning = beginningOfNextLine( end ); in doGetExpandedLines()
|
H A D | logdataworkerthread.cpp | 211 qint64 end = 0; // Absolute position of the end of current line in doIndex() local 255 end = pos_within_block + block_beginning; in doIndex() 256 const int length = end-pos + additional_spaces; in doIndex() 259 pos = end + 1; in doIndex()
|
H A D | logfiltereddataworkerthread.cpp | 61 matches_.insert( std::end( matches_ ), in addAll() 62 std::begin( matches ), std::end( matches ) ); in addAll() 78 SearchResultArray::iterator i = matches_.end(); in deleteMatch()
|