Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 30) sorted by relevance

12

/glogg/glogg/src/
H A Dwatchtowerlist.h
H A Dutils.h
H A Dsignalmux.cpp
H A Dmarks.h
H A Dkqueuewatchtowerdriver.cpp
H A Dsession.cpp
H A Dwinwatchtowerdriver.h
H A Dabstractlogview.cpp
H A Dabstractlogview.h
/glogg/src/
H A Dwatchtowerlist.h183 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 Dutils.h118 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 Dsignalmux.cpp52 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 Dmarks.h115 const_iterator end() const in end() function
116 { return const_iterator( marks_.end() ); } in end()
H A Dkqueuewatchtowerdriver.cpp225 … files_to_notify.insert( files_to_notify.end(), files_in_dir.begin(), files_in_dir.end() ); in waitAndProcessEvents()
H A Dsession.cpp53 auto result = std::find_if( openFiles_.begin(), openFiles_.end(), in getViewIfOpen()
57 if ( result != openFiles_.end() ) in getViewIfOpen()
H A Dwinwatchtowerdriver.h95 iterator end() { return iterator( this, nullptr ); } in end() function
H A Dabstractlogview.cpp152 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 Dlogfiltereddata.cpp
H A Dlogdata.cpp
H A Dlogdataworkerthread.cpp
H A Dlogfiltereddataworkerthread.cpp
/glogg/src/data/
H A Dlogfiltereddata.cpp213 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 Dlogdata.cpp464 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 Dlogdataworkerthread.cpp211 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 Dlogfiltereddataworkerthread.cpp61 matches_.insert( std::end( matches_ ), in addAll()
62 std::begin( matches ), std::end( matches ) ); in addAll()
78 SearchResultArray::iterator i = matches_.end(); in deleteMatch()

12