Home
last modified time | relevance | path

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

/trunk/main/cppu/qa/
H A Dtest_unotype.cxx56 struct DerivedStruct1: css::lang::EventObject {}; struct
193 ASSERT_TRUE(::cppu::UnoType< DerivedStruct1 >::get() == t); in TEST_F()
436 ::cppu::getTypeFavourUnsigned(static_cast< DerivedStruct1 * >(0)) == in TEST_F()
439 ::cppu::getTypeFavourUnsigned(static_cast< DerivedStruct1 * >(0)) == in TEST_F()
440 ::getCppuType(static_cast< DerivedStruct1 * >(0))); in TEST_F()
692 ::cppu::getTypeFavourChar(static_cast< DerivedStruct1 * >(0)) == in TEST_F()
695 ::cppu::getTypeFavourChar(static_cast< DerivedStruct1 * >(0)) == in TEST_F()
696 ::getCppuType< DerivedStruct1 >()); in TEST_F()

Completed in 23 milliseconds