Home
last modified time | relevance | path

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

/trunk/main/testtools/source/performance/
H A Dubtest.cxx408 class TestImpl : public WeakImplHelper2< XServiceInfo, XMain > class
417 TestImpl( const Reference< XMultiServiceFactory > & xSMgr );
418 virtual ~TestImpl();
432 TestImpl::TestImpl( const Reference< XMultiServiceFactory > & xSMgr ) in TestImpl() function in benchmark_test::TestImpl
437 TestImpl::~TestImpl() in ~TestImpl()
444 return Reference< XInterface >( *new TestImpl( xSMgr ) ); in TestImpl_create()
449 OUString TestImpl::getImplementationName() in getImplementationName()
455 sal_Bool TestImpl::supportsService( const OUString & rServiceName ) in supportsService()
468 Sequence< OUString > TestImpl::getSupportedServiceNames() in getSupportedServiceNames()
475 Reference< XInterface > TestImpl::getDirect() in getDirect()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx86 struct TestImpl : public ImplHelper4< CA, DBA, FE, G > struct
90 virtual ~TestImpl() in ~TestImpl() argument
430 Reference< XInterface > xImpl( (lang::XTypeProvider *)new TestImpl() ); in test_ImplHelper()

Completed in 27 milliseconds