Lines Matching refs:isIn
317 static bool isIn( Sequence< Type > const & rTypes, char const * name ) in isIn() function
372 OSL_ASSERT( isIn( aTypes, "test.CA" ) ); in dotest()
373 OSL_ASSERT( isIn( aTypes, "test.DBA" ) ); in dotest()
374 OSL_ASSERT( isIn( aTypes, "test.FE") ); in dotest()
375 OSL_ASSERT( isIn( aTypes, "test.G") ); in dotest()
376 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XTypeProvider") ); in dotest()
381 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XWeak") ); in dotest()
386 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XComponent") ); in dotest()
392 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XAggregation") ); in dotest()
397 OSL_ASSERT( isIn( aTypes, "test.H") ); in dotest()
402 OSL_ASSERT( isIn( aTypes, "test.I") ); in dotest()