/glogg/glogg/src/data/ |
H A D | logfiltereddataworkerthread.cpp |
|
H A D | logdataworkerthread.cpp |
|
H A D | logfiltereddataworkerthread.h |
|
H A D | abstractlogdata.h |
|
H A D | logdata.cpp |
|
H A D | logdataworkerthread.h |
|
H A D | logfiltereddata.cpp |
|
/glogg/src/data/ |
H A D | logfiltereddataworkerthread.cpp | 30 void SearchData::getAll( int* length, SearchResultArray* matches, in getAll() argument 35 *length = maxLength_; in getAll() 42 void SearchData::setAll( int length, in setAll() argument 47 maxLength_ = length; in setAll() 51 void SearchData::addAll( int length, in addAll() argument 56 maxLength_ = qMax( maxLength_, length ); in addAll() 246 const int length = sourceLogData_->getExpandedLineString(i+j).length(); in doSearch() local 247 if ( length > maxLength ) in doSearch() 248 maxLength = length; in doSearch()
|
H A D | logdataworkerthread.cpp | 65 void IndexingData::addAll( qint64 size, int length, in addAll() argument 73 maxLength_ = qMax( maxLength_, length ); in addAll() 236 if ( pos_within_block < block.length() ) { in doIndex() 256 const int length = end-pos + additional_spaces; in doIndex() local 257 if ( length > max_length ) in doIndex() 258 max_length = length; in doIndex() 266 indexing_data->addAll( block.length(), max_length, line_positions, in doIndex()
|
H A D | logfiltereddataworkerthread.h | 64 void getAll( int* length, SearchResultArray* matches, 69 void setAll( int length, SearchResultArray&& matches ); 71 void addAll( int length, const SearchResultArray& matches, LineNumber nbLinesProcessed );
|
H A D | abstractlogdata.h | 86 for ( int j = 0; j < line.length(); j++ ) { in untabify()
|
H A D | logdata.cpp | 311 int length = doGetExpandedLineString( line ).length(); in doGetLineLength() local 313 return length; in doGetLineLength()
|
H A D | logdataworkerthread.h | 59 void addAll( qint64 size, int length,
|
/glogg/glogg/src/ |
H A D | quickfindpattern.h |
|
H A D | abstractlogview.cpp |
|
H A D | viewtools.h |
|
H A D | main.cpp |
|
H A D | abstractlogview.h |
|
H A D | winwatchtowerdriver.cpp |
|
/glogg/src/ |
H A D | quickfindpattern.h | 33 QuickFindMatch( int start_column, int length ) in QuickFindMatch() argument 34 { startColumn_ = start_column; length_ = length; } in QuickFindMatch() 38 int length() const { return length_; } in length() function
|
H A D | abstractlogview.cpp | 54 int mapPullToFollowLength( int length ); 142 int length = last_col - first_col + 1; in addChunk() local 143 if ( length > 0 ) { in addChunk() 144 list << Chunk ( first_col, length, fore, back ); in addChunk() 175 QString cutline = line.mid( chunk.start(), chunk.length() ); in draw() 176 const int chunk_width = cutline.length() * fontWidth; in draw() 681 if ( followElasticHook_.length() == 0 && !followElasticHook_.isHooked() ) { in wheelEvent() 802 int pullToFollowHeight = mapPullToFollowLength( followElasticHook_.length() ) in paintEvent() 1179 const int length = this_line.length(); in convertCoordToFilePos() local 1181 if ( column >= length ) in convertCoordToFilePos() [all …]
|
H A D | viewtools.h | 51 int length() const { return position_; } in length() function
|
H A D | main.cpp | 90 for ( string s = "dd"; s.length() <= 10; s.append("d") ) in main() 143 for ( string s = "dd"; s.length() <= 10; s.append("d") ) in main() 145 logLevel = (TLogLevel) (logWARNING + s.length()); in main()
|
H A D | abstractlogview.h | 97 Chunk( int start, int length, QColor fore, QColor back ) in Chunk() argument 98 : start_( start ), length_( length ), in Chunk() 103 int length() const { return length_; } in length() function
|
H A D | winwatchtowerdriver.cpp | 60 uint32_t length = *( reinterpret_cast<const uint32_t*>( new_position ) + 2 ); in updateCurrentNotification() local 62 …const std::wstring file_name = { reinterpret_cast<const wchar_t*>( new_position + 12 ), length / 2… in updateCurrentNotification() 66 LOG(logDEBUG) << "Length: " << length; in updateCurrentNotification()
|