Searched refs:rtl_TestResult (Results 1 – 3 of 3) sorted by relevance
101 rtl_TestResult* pThis_,108 static void SAL_CALL rtl_tres_end( rtl_TestResult* pThis_,113 static sal_Bool SAL_CALL rtl_tres_ispassed( rtl_TestResult* pThis_ );114 static sal_Bool SAL_CALL rtl_tres_isok( rtl_TestResult* pThis_ );116 static sal_Bool SAL_CALL rtl_tres_isbit( rtl_TestResult* pThis_,181 return (rtl_TestResult*)pData ; in rtl_tres_create()326 void SAL_CALL rtl_tres_destroy( rtl_TestResult* pThis_ ) in rtl_tres_destroy()433 rtl_TestResult* pThis_, in rtl_tres_state()515 static void SAL_CALL rtl_tres_end( rtl_TestResult* pThis_, in rtl_tres_end()539 static sal_Bool SAL_CALL rtl_tres_isok( rtl_TestResult* pThis_ ) in rtl_tres_isok()[all …]
50 typedef struct _rtl_TestResult rtl_TestResult; typedef58 rtl_TestResult*,65 typedef void (SAL_CALL *rtl_tres_end_ptr)( rtl_TestResult*, const sal_Char* );66 typedef sal_Bool (SAL_CALL *rtl_tres_ispassed_ptr)( rtl_TestResult* );67 typedef sal_Bool (SAL_CALL *rtl_tres_isok_ptr)( rtl_TestResult* );68 typedef rtl_funcstate (SAL_CALL *rtl_tres_funcstate_ptr)( rtl_TestResult* );69 typedef sal_Bool (SAL_CALL *rtl_tres_isbit_ptr)( rtl_TestResult*,119 rtl_TestResult* SAL_CALL rtl_tres_create( const sal_Char* meth, sal_uInt32 flags );120 void SAL_CALL rtl_tres_destroy( rtl_TestResult* res );
41 rtl_TestResult* pData;65 rtl_TestResult* getData() in getData()
Completed in 18 milliseconds