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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp145 static void DoSomethingWithConstTestObject(const TestObject *aIn) function
435 DoSomethingWithConstTestObject(pobj);
445 DoSomethingWithConstTestObject(&pobj[1]);
449 DoSomethingWithConstTestObject(pobj + 1);
503 DoSomethingWithConstTestObject(pobj);
513 DoSomethingWithConstTestObject(&pobj[1]);
517 DoSomethingWithConstTestObject(pobj + 1);

Completed in 42 milliseconds