Searched refs:OSL_VERIFY_EQUALS (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/connectivity/source/inc/ |
H A D | diagnose_ex.h | 30 #define OSL_VERIFY_EQUALS( expression, compare, fail_message ) \ macro 35 #define OSL_VERIFY_EQUALS( expression, compare, fail_message ) \ macro
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JDriver.cxx | 126 OSL_VERIFY_EQUALS( jfw_getEnabled( &bEnabled ), JFW_E_NONE, "error in jfw_getEnabled" ); in acceptsURL()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 381 …OSL_VERIFY_EQUALS( rStream.Write(&rIndex.m_aHeader,PAGE_SIZE), PAGE_SIZE, "Write not successful: W… in operator <<()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 404 OSL_VERIFY_EQUALS( jfw_getEnabled( &bEnabled ), JFW_E_NONE, "error in jfw_getEnabled" ); in acceptsURL()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 980 OSL_VERIFY_EQUALS( unbind(), SQL_SUCCESS, "Could not unbind columns!" ); in moveToInsertRow()
|
Completed in 35 milliseconds