Searched refs:TestRefObjectBaseB (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp82 class TestRefObjectBaseB { class
89 class TestRefObject : public TestRefObjectBaseA, public TestRefObjectBaseB {
175 static void DoSomethingWithTestRefObjectBaseB(TestRefObjectBaseB *aIn)
177 printf(" Doing something with |TestRefObjectBaseB| %p.\n",
181 static void DoSomethingWithConstTestRefObjectBaseB(const TestRefObjectBaseB *aIn)
183 printf(" Doing something with |const TestRefObjectBaseB| %p.\n",
364 nsRefPtr<TestRefObjectBaseB> p2 = p1.get();
373 TestRefObjectBaseB *p2 = p1;
382 nsRefPtr<TestRefObjectBaseB> p2 = p1;

Completed in 42 milliseconds