Home
last modified time | relevance | path

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

/trunk/main/cppu/qa/
H A Dtest_unotype.cxx66 struct DerivedInterface2: css::uno::XComponentContext {}; struct
249 ASSERT_TRUE(::cppu::UnoType< DerivedInterface2 >::get() == t); in TEST_F()
251 ::cppu::UnoType< css::uno::Reference< DerivedInterface2 > >::get() == in TEST_F()
533 ::cppu::getTypeFavourUnsigned(static_cast< DerivedInterface2 * >(0)) == in TEST_F()
537 static_cast< css::uno::Reference< DerivedInterface2 > * >(0)) == in TEST_F()
784 ::cppu::getTypeFavourChar(static_cast< DerivedInterface2 * >(0)) == in TEST_F()
788 static_cast< css::uno::Reference< DerivedInterface2 > * >(0)) == in TEST_F()

Completed in 16 milliseconds