Home
last modified time | relevance | path

Searched refs:xH (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx394 Reference< H > xH( xg, UNO_QUERY ); in dotest() local
395 if (xH.is()) in dotest()
463 Reference< H > xH( xWeakImpl, UNO_QUERY ); in test_ImplHelper() local
464 Reference< I > xI( xH, UNO_QUERY ); in test_ImplHelper()
465 OSL_ASSERT( xH->h().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("h") ) ); in test_ImplHelper()
471 xH.set( xWeakAggImpl, UNO_QUERY ); in test_ImplHelper()
472 xI.set( xH, UNO_QUERY ); in test_ImplHelper()
473 OSL_ASSERT( xH->h().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("h2") ) ); in test_ImplHelper()

Completed in 15 milliseconds