Lines Matching refs:oRes
44 void test_Entry_Impl( ::osl::Module& oMod, TestResult* oRes );
77 ::rtl::TestResult oRes( *iter, pImpl->m_boom ); in test_Entries()
78 test_Entry_Impl( pImpl->m_tstmodule, &oRes ); in test_Entries()
79 bOK &= oRes.getState(); in test_Entries()
80 log.writeRes( oRes ); in test_Entries()
95 ::rtl::TestResult oRes( entry, pImpl->m_boom ); in test_Entry()
96 test_Entry_Impl( pImpl->m_tstmodule, &oRes ); in test_Entry()
97 log.writeRes( oRes, sal_True ); in test_Entry()
99 return ( oRes.getState() ); in test_Entry()
135 void test_Entry_Impl( ::osl::Module& oMod, ::rtl::TestResult* oRes ) { in test_Entry_Impl() argument
141 entryName += oRes->getName(); in test_Entry_Impl()
149 pFunc( oRes ); in test_Entry_Impl()
150 oRes->end(); in test_Entry_Impl()
153 oRes->end("symbol not found"); in test_Entry_Impl()