Home
last modified time | relevance | path

Searched refs:getMaxLength (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/tests/
H A Dtestlogdata.cpp
H A DlogdataTest.cpp
H A Dtestlogfiltereddata.cpp
H A DlogdataPerfTest.cpp
/glogg/tests/
H A Dtestlogdata.cpp93 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 DlogdataTest.cpp56 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 Dtestlogfiltereddata.cpp113 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 DlogdataPerfTest.cpp59 ASSERT_THAT( log_data.getMaxLength(), VBL_VISIBLE_LINE_LENGTH ); in TEST_F()
/glogg/glogg/src/data/
H A Dabstractlogdata.cpp
H A Dabstractlogdata.h
H A Dlogdataworkerthread.h
H A Dlogdataworkerthread.cpp
H A Dlogdata.cpp
/glogg/src/data/
H A Dabstractlogdata.cpp63 int AbstractLogData::getMaxLength() const in getMaxLength() function in AbstractLogData
H A Dabstractlogdata.h51 int getMaxLength() const;
H A Dlogdataworkerthread.h45 int getMaxLength() const;
H A Dlogdataworkerthread.cpp37 int IndexingData::getMaxLength() const in getMaxLength() function in IndexingData
H A Dlogdata.cpp304 return indexing_data_.getMaxLength(); in doGetMaxLength()
/glogg/glogg/src/
H A Dabstractlogview.cpp
/glogg/src/
H A Dabstractlogview.cpp1416 logData->getMaxLength() - getNbVisibleCols() + 1 ); in updateScrollBars()