Lines Matching refs:helper

61 		OInterfaceContainerHelper helper( mutex );  in test_interfacecontainer()  local
67 helper.addInterface( r1 ); in test_interfacecontainer()
68 helper.addInterface( r2 ); in test_interfacecontainer()
69 helper.addInterface( r3 ); in test_interfacecontainer()
71 helper.disposeAndClear( EventObject() ); in test_interfacecontainer()
75 OInterfaceContainerHelper helper( mutex ); in test_interfacecontainer() local
81 helper.addInterface( r1 ); in test_interfacecontainer()
82 helper.addInterface( r2 ); in test_interfacecontainer()
83 helper.addInterface( r3 ); in test_interfacecontainer()
85 OInterfaceIteratorHelper iterator( helper ); in test_interfacecontainer()
90 helper.disposeAndClear( EventObject() ); in test_interfacecontainer()
94 OInterfaceContainerHelper helper( mutex ); in test_interfacecontainer() local
100 helper.addInterface( r1 ); in test_interfacecontainer()
101 helper.addInterface( r2 ); in test_interfacecontainer()
102 helper.addInterface( r3 ); in test_interfacecontainer()
104 OInterfaceIteratorHelper iterator( helper ); in test_interfacecontainer()
113 OSL_ASSERT( helper.getLength() == 0 ); in test_interfacecontainer()
114 helper.disposeAndClear( EventObject() ); in test_interfacecontainer()
118 OInterfaceContainerHelper helper( mutex ); in test_interfacecontainer() local
124 helper.addInterface( r1 ); in test_interfacecontainer()
125 helper.addInterface( r2 ); in test_interfacecontainer()
126 helper.addInterface( r3 ); in test_interfacecontainer()
129 OInterfaceIteratorHelper iterator( helper ); in test_interfacecontainer()
137 OSL_ASSERT( helper.getLength() == 2 ); in test_interfacecontainer()
139 OInterfaceIteratorHelper iterator( helper ); in test_interfacecontainer()
147 helper.disposeAndClear( EventObject() ); in test_interfacecontainer()