Searched defs:foop (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPermanentAtoms.cpp71 nsCOMPtr<nsIAtom> foop = do_GetPermanentAtom("foo"); local
72 AssertString(foop, NS_LITERAL_CSTRING("foo"));
73 AssertPermanence(foop, PR_TRUE);
75 Assert(foo == foop, "atoms are equal");
H A DTestCOMPtr.cpp205 IFoo* foop = new IFoo; local
206 printf("IFoo@%p\n", STATIC_CAST(void*, foop));
208 foop->AddRef();
209 *result = foop;
221 nsCOMPtr<IFoo> foop( do_QueryInterface(new IFoo) );
222 *result = foop;
230 nsCOMPtr<IFoo> foop( do_QueryInterface(new IFoo) );
232 return foop;
433 nsCOMPtr<IFoo> foop( do_QueryInterface(new IFoo) );
436 foop
567 nsCOMPtr<IFoo> foop; local
576 nsCOMPtr<IFoo> foop; local
585 nsCOMPtr<IFoo> foop; local
[all...]
H A DTestHashtables.cpp351 IFoo* foop = new IFoo(); local
352 printf("IFoo@%p\n", NS_STATIC_CAST(void*, foop));
354 foop->AddRef();
355 *result = foop;

Completed in 123 milliseconds