Lines Matching refs:rLCallMe
669 Reference< XCallMe > rLCallMe = (XCallMe * ) new OCallMe(); in testRemote() local
672 testAllTypes( rLCallMe ); in testRemote()
676 testException( rLCallMe ); in testRemote()
684 rLCallMe->setsAttribute( ow ); in testRemote()
685 OSL_ASSERT( rLCallMe->getsAttribute() == ow ); in testRemote()
693 testPerformance( rRCallMe , rLCallMe ); in testRemote()
716 rRTest->setIn( rLCallMe ); in testRemote()
717 rRTest2->setIn( rLCallMe ); in testRemote()
718 rRTest3->setIn( rLCallMe ); in testRemote()
731 rRTest->setIn( rLCallMe ); in testRemote()
732 rRTest2->setIn( rLCallMe ); in testRemote()
733 rRTest3->setIn( rLCallMe ); in testRemote()
735 OSL_ASSERT( rRTest->get() == rLCallMe ); in testRemote()
736 OSL_ASSERT( rRTest2->get() == rLCallMe ); in testRemote()
737 OSL_ASSERT( rRTest3->get() == rLCallMe ); in testRemote()
742 OSL_ASSERT( r == rLCallMe ); in testRemote()
751 rLCallMe->callAgain( rRCallMe, 20 ); in testRemote()