Home
last modified time | relevance | path

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

/aoo4110/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx142 Reference<XEventListener> xRefs[nTests * 2]; in doContainerTest() local
147 xRefs[i] = new ContainerListener(&aStats); in doContainerTest()
148 pContainer->addInterface(pTypes[i / 2], xRefs[i]); in doContainerTest()
161 CPPUNIT_ASSERT_MESSAGE("match", aSeq[0] == xRefs[i*2]); in doContainerTest()
162 CPPUNIT_ASSERT_MESSAGE("match", aSeq[1] == xRefs[i*2+1]); in doContainerTest()
167 pContainer->removeInterface(pTypes[i], xRefs[i*2+1]); in doContainerTest()
179 CPPUNIT_ASSERT_MESSAGE("match", aSeq[0] == xRefs[i*2]); in doContainerTest()
184 pContainer->removeInterface(pTypes[i], xRefs[i*2]); in doContainerTest()

Completed in 12 milliseconds