Searched refs:getMaxLength (Results 1 – 20 of 20) sorted by relevance
/glogg/glogg/tests/ |
H A D | testlogdata.cpp |
|
H A D | logdataTest.cpp |
|
H A D | testlogfiltereddata.cpp |
|
H A D | logdataPerfTest.cpp |
|
/glogg/tests/ |
H A D | testlogdata.cpp | 93 QCOMPARE( logData.getMaxLength(), 0 ); in multipleLoad() 116 QCOMPARE( logData.getMaxLength(), SL_LINE_LENGTH ); in multipleLoad() 131 QCOMPARE( logData.getMaxLength(), SL_LINE_LENGTH ); in multipleLoad()
|
H A D | logdataTest.cpp | 56 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F() 77 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F() 101 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F() 120 ASSERT_THAT( log_data.getMaxLength(), 0 ); in TEST_F() 169 ASSERT_THAT( log_data.getMaxLength(), 0 ); in TEST_F()
|
H A D | testlogfiltereddata.cpp | 113 QCOMPARE( filteredData_->getMaxLength(), ML_VISIBLE_LINE_LENGTH ); in simpleSearchTest() 527 QCOMPARE( filteredData_->getMaxLength(), 40 ); in lineLengthTest() 531 QCOMPARE( filteredData_->getMaxLength(), 103 ); in lineLengthTest() 535 QCOMPARE( filteredData_->getMaxLength(), 103 ); in lineLengthTest() 539 QCOMPARE( filteredData_->getMaxLength(), 103 ); in lineLengthTest() 542 QCOMPARE( filteredData_->getMaxLength(), 27 ); in lineLengthTest() 545 QCOMPARE( filteredData_->getMaxLength(), 40 ); in lineLengthTest()
|
H A D | logdataPerfTest.cpp | 59 ASSERT_THAT( log_data.getMaxLength(), VBL_VISIBLE_LINE_LENGTH ); in TEST_F()
|
/glogg/glogg/src/data/ |
H A D | abstractlogdata.cpp |
|
H A D | abstractlogdata.h |
|
H A D | logdataworkerthread.h |
|
H A D | logdataworkerthread.cpp |
|
H A D | logdata.cpp |
|
/glogg/src/data/ |
H A D | abstractlogdata.cpp | 63 int AbstractLogData::getMaxLength() const in getMaxLength() function in AbstractLogData
|
H A D | abstractlogdata.h | 51 int getMaxLength() const;
|
H A D | logdataworkerthread.h | 45 int getMaxLength() const;
|
H A D | logdataworkerthread.cpp | 37 int IndexingData::getMaxLength() const in getMaxLength() function in IndexingData
|
H A D | logdata.cpp | 304 return indexing_data_.getMaxLength(); in doGetMaxLength()
|
/glogg/glogg/src/ |
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | abstractlogview.cpp | 1416 logData->getMaxLength() - getNbVisibleCols() + 1 ); in updateScrollBars()
|