Home
last modified time | relevance | path

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

/aoo42x/main/cppu/qa/
H A Dtest_unotype.cxx62 struct DerivedException2: css::uno::RuntimeException {}; struct
224 ASSERT_TRUE(::cppu::UnoType< DerivedException2 >::get() == t); in TEST_F()
489 ::cppu::getTypeFavourUnsigned(static_cast< DerivedException2 * >(0)) == in TEST_F()
492 ::cppu::getTypeFavourUnsigned(static_cast< DerivedException2 * >(0)) == in TEST_F()
493 ::getCppuType(static_cast< DerivedException2 * >(0))); in TEST_F()
743 ::cppu::getTypeFavourChar(static_cast< DerivedException2 * >(0)) == in TEST_F()
746 ::cppu::getTypeFavourChar(static_cast< DerivedException2 * >(0)) == in TEST_F()
747 ::getCppuType< DerivedException2 >()); in TEST_F()

Completed in 9 milliseconds