Home
last modified time | relevance | path

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

/trunk/main/cppu/qa/
H A Dtest_unotype.cxx58 struct DerivedStruct2: css::beans::PropertyChangeEvent {}; struct
202 ASSERT_TRUE(::cppu::UnoType< DerivedStruct2 >::get() == t); in TEST_F()
451 ::cppu::getTypeFavourUnsigned(static_cast< DerivedStruct2 * >(0)) == in TEST_F()
454 ::cppu::getTypeFavourUnsigned(static_cast< DerivedStruct2 * >(0)) == in TEST_F()
455 ::getCppuType(static_cast< DerivedStruct2 * >(0))); in TEST_F()
707 ::cppu::getTypeFavourChar(static_cast< DerivedStruct2 * >(0)) == in TEST_F()
710 ::cppu::getTypeFavourChar(static_cast< DerivedStruct2 * >(0)) == in TEST_F()
711 ::getCppuType< DerivedStruct2 >()); in TEST_F()

Completed in 13 milliseconds