Searched defs:length (Results 1 – 16 of 16) sorted by relevance
/glogg/glogg/src/ |
H A D | quickfindpattern.h |
|
H A D | viewtools.h |
|
H A D | abstractlogview.h |
|
H A D | abstractlogview.cpp |
|
H A D | winwatchtowerdriver.cpp |
|
/glogg/src/ |
H A D | quickfindpattern.h | 33 QuickFindMatch( int start_column, int length ) in QuickFindMatch() 38 int length() const { return length_; } in length() function
|
H A D | viewtools.h | 51 int length() const { return position_; } in length() function
|
H A D | abstractlogview.h | 97 Chunk( int start, int length, QColor fore, QColor back ) in Chunk() 103 int length() const { return length_; } in length() function
|
H A D | abstractlogview.cpp | 142 int length = last_col - first_col + 1; in addChunk() local 1179 const int length = this_line.length(); in convertCoordToFilePos() local 1253 int length = logData->getLineLength( line ); in jumpToEndOfLine() local 1269 int length = logData->getLineLength( i ); in jumpToRightOfScreen() local 1724 int mapPullToFollowLength( int length ) in mapPullToFollowLength()
|
H A D | winwatchtowerdriver.cpp | 60 uint32_t length = *( reinterpret_cast<const uint32_t*>( new_position ) + 2 ); in updateCurrentNotification() local
|
/glogg/glogg/src/data/ |
H A D | logfiltereddataworkerthread.cpp |
|
H A D | logdataworkerthread.cpp |
|
H A D | logdata.cpp |
|
/glogg/src/data/ |
H A D | logfiltereddataworkerthread.cpp | 30 void SearchData::getAll( int* length, SearchResultArray* matches, in getAll() 42 void SearchData::setAll( int length, in setAll() 51 void SearchData::addAll( int length, in addAll() 246 const int length = sourceLogData_->getExpandedLineString(i+j).length(); in doSearch() local
|
H A D | logdataworkerthread.cpp | 65 void IndexingData::addAll( qint64 size, int length, in addAll() 256 const int length = end-pos + additional_spaces; in doIndex() local
|
H A D | logdata.cpp | 311 int length = doGetExpandedLineString( line ).length(); in doGetLineLength() local
|