Searched refs:initial_position (Results 1 – 14 of 14) sorted by relevance
/glogg/glogg/src/data/ |
H A D | logfiltereddata.h |
|
H A D | compressedlinestorage.cpp |
|
H A D | logdataworkerthread.cpp |
|
H A D | logfiltereddataworkerthread.h |
|
H A D | logfiltereddata.cpp |
|
/glogg/src/data/ |
H A D | logfiltereddata.h | 119 void searchProgressed( int nbMatches, int progress, qint64 initial_position ); 122 void handleSearchProgressed( int NbMatches, int progress, qint64 initial_position );
|
H A D | compressedlinestorage.cpp | 33 char* block32_new( int block_size, uint32_t initial_position, in block32_new() argument 42 *(reinterpret_cast<uint32_t*>(ptr)) = initial_position; in block32_new() 51 char* block64_new( int block_size, uint64_t initial_position, in block64_new() argument 60 *(reinterpret_cast<uint64_t*>(ptr)) = initial_position; in block64_new()
|
H A D | logdataworkerthread.cpp | 322 qint64 initial_position = indexing_data_->getSize(); in start() local 325 << initial_position << " ..."; in start() 329 doIndex( indexing_data_, encoding_speculator_, initial_position ); in start()
|
H A D | logfiltereddataworkerthread.h | 165 void searchProgressed( int percent, int nbMatches, qint64 initial_position );
|
H A D | logfiltereddata.cpp | 278 void LogFilteredData::handleSearchProgressed( int nbMatches, int progress, qint64 initial_position ) in handleSearchProgressed() argument 287 emit searchProgressed( nbMatches, progress, initial_position ); in handleSearchProgressed()
|
/glogg/glogg/src/ |
H A D | crawlerwidget.h |
|
H A D | crawlerwidget.cpp |
|
/glogg/src/ |
H A D | crawlerwidget.h | 148 void updateFilteredView( int nbMatches, int progress, qint64 initial_position );
|
H A D | crawlerwidget.cpp | 299 void CrawlerWidget::updateFilteredView( int nbMatches, int progress, qint64 initial_position ) in updateFilteredView() argument 334 if ( initial_position > 0 ) in updateFilteredView() 343 if ( ( progress == 100 ) && ( initial_position == 0 ) && ( !isFollowEnabled() ) ) { in updateFilteredView()
|