Home
last modified time | relevance | path

Searched refs:length (Results 1 – 25 of 26) sorted by relevance

12

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
H A Dlogdataworkerthread.cpp
H A Dlogfiltereddataworkerthread.h
H A Dabstractlogdata.h
H A Dlogdata.cpp
H A Dlogdataworkerthread.h
H A Dlogfiltereddata.cpp
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp30 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 Dlogdataworkerthread.cpp65 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 Dlogfiltereddataworkerthread.h64 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 Dabstractlogdata.h86 for ( int j = 0; j < line.length(); j++ ) { in untabify()
H A Dlogdata.cpp311 int length = doGetExpandedLineString( line ).length(); in doGetLineLength() local
313 return length; in doGetLineLength()
H A Dlogdataworkerthread.h59 void addAll( qint64 size, int length,
/glogg/glogg/src/
H A Dquickfindpattern.h
H A Dabstractlogview.cpp
H A Dviewtools.h
H A Dmain.cpp
H A Dabstractlogview.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dquickfindpattern.h33 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 Dabstractlogview.cpp54 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 Dviewtools.h51 int length() const { return position_; } in length() function
H A Dmain.cpp90 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 Dabstractlogview.h97 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 Dwinwatchtowerdriver.cpp60 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()

12