Home
last modified time | relevance | path

Searched refs:partial_line_end (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/tests/
H A DlogdataTest.cpp
H A Dtestlogfiltereddata.cpp
H A Dtestlogdata.cpp
/glogg/tests/
H A DlogdataTest.cpp21 static const char* partial_line_end = " end of line 123.\n"; variable
86 file.write( partial_line_end, qstrlen( partial_line_end ) ); in TEST_F()
103 + strlen( partial_line_begin ) + strlen( partial_line_end ) ) ); in TEST_F()
H A Dtestlogfiltereddata.cpp40 static const char* partial_line_end = " end of line 123.\n"; variable
295 file.write( partial_line_end, qstrlen( partial_line_end ) ); in updateSearchTest()
326 file.write( partial_line_end, qstrlen( partial_line_end ) ); in updateSearchTest()
H A Dtestlogdata.cpp43 static const char* partial_line_end = " end of line 123.\n"; variable