Searched refs:pEOF (Results 1 – 1 of 1) sorted by relevance
3765 sal_Bool *pEOF = &bEOF; in TEST_F() local3773 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()3779 …ASSERT_TRUE(sal_True == *pEOF) << "test for isEndOfFile function: set the position to end, check i… in TEST_F()3786 sal_Bool *pEOF = &bEOF; in TEST_F() local3794 *pEOF = sal_False; in TEST_F()3795 while ( !( *pEOF ) ) in TEST_F()3797 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()4126 sal_Bool *pEOF = &bEOF; in TEST_F() local4135 nError1 = testFile.isEndOfFile( pEOF ); in TEST_F()4138 ASSERT_TRUE(*pEOF && in TEST_F()
Completed in 41 milliseconds