Searched refs:xRefs (Results 1 – 1 of 1) sorted by relevance
142 Reference<XEventListener> xRefs[nTests * 2]; in doContainerTest() local147 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 8 milliseconds