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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp191 nsAutoPtr<TestObject> pobj( new TestObject() );
197 nsAutoPtr<TestObject> pobj( new TestObject() );
199 pobj = new TestObject();
205 nsAutoArrayPtr<TestObject> pobj( new TestObject[3] );
207 pobj = new TestObject[5];
213 nsRefPtr<TestRefObject> pobj( new TestRefObject() );
219 nsRefPtr<TestRefObject> pobj( new TestRefObject() );
221 pobj = new TestRefObject();
393 nsAutoPtr<TestObject> pobj( new TestObject() );
395 nsAutoPtr<TestObject> pobj2( pobj
423 nsRefPtr<TestRefObject> pobj = new TestRefObject(); local
455 nsRefPtr<TestRefObject> pobj = new TestRefObject(); local
489 nsRefPtr<TestRefObject> pobj = new TestRefObject(); local
523 const nsRefPtr<TestRefObject> pobj = new TestRefObject(); local
557 const nsRefPtr<TestRefObject> pobj = new TestRefObject(); local
[all...]

Completed in 43 milliseconds