Searched refs:addAll (Results 1 – 8 of 8) sorted by relevance
/glogg/src/data/ |
H A D | logdataworkerthread.cpp | 65 void IndexingData::addAll( qint64 size, int length, in addAll() function in IndexingData 266 indexing_data->addAll( block.length(), max_length, line_positions, in doIndex() 284 indexing_data->addAll( 0, 0, line_position, encoding_speculator->guess() ); in doIndex()
|
H A D | logfiltereddataworkerthread.cpp | 51 void SearchData::addAll( int length, in addAll() function in SearchData 256 searchData.addAll( maxLength, currentList, i+j ); in doSearch()
|
H A D | logdataworkerthread.h | 59 void addAll( qint64 size, int length,
|
H A D | logfiltereddataworkerthread.h | 71 void addAll( int length, const SearchResultArray& matches, LineNumber nbLinesProcessed );
|
/glogg/glogg/src/data/ |
H A D | logdataworkerthread.cpp |
|
H A D | logfiltereddataworkerthread.cpp |
|
H A D | logdataworkerthread.h |
|
H A D | logfiltereddataworkerthread.h |
|