Searched refs:rtl_TestResult (Results 1 – 3 of 3) sorted by relevance
99 rtl_TestResult* pThis_,106 static void SAL_CALL rtl_tres_end( rtl_TestResult* pThis_,109 static rtl_funcstate SAL_CALL rtl_tres_funcstate( rtl_TestResult* pThis_ );111 static sal_Bool SAL_CALL rtl_tres_ispassed( rtl_TestResult* pThis_ );112 static sal_Bool SAL_CALL rtl_tres_isok( rtl_TestResult* pThis_ );114 static sal_Bool SAL_CALL rtl_tres_isbit( rtl_TestResult* pThis_,163 rtl_TestResult* rtl_tres_create( const sal_Char* meth, sal_uInt32 flags ) in rtl_tres_create()179 return (rtl_TestResult*)pData ; in rtl_tres_create()324 void SAL_CALL rtl_tres_destroy( rtl_TestResult* pThis_ ) in rtl_tres_destroy()431 rtl_TestResult* pThis_, in rtl_tres_state()[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()