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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCOMPtr.cpp57 class IFoo : public nsISupports class in inherits:nsISupports
63 IFoo();
65 virtual ~IFoo();
88 void AnIFooPtrPtrContext( IFoo** );
91 void set_a_IFoo( nsCOMPtr<IFoo>* result );
92 nsCOMPtr<IFoo> return_a_IFoo();
97 unsigned int IFoo::total_constructions_;
98 unsigned int IFoo::total_destructions_;
110 IFoo::print_totals();
123 IFoo
129 IFoo::IFoo() function in class:IFoo
[all...]
H A DTestArray.cpp50 class IFoo : public nsISupports { class in inherits:nsISupports
59 class Foo : public IFoo {
67 // IFoo implementation
94 NS_IMPL_ISUPPORTS1(Foo, IFoo)
121 IFoo* foo = (IFoo*)(aArray->ElementAt(index));
133 nsCOMPtr<IFoo> foo = new Foo(index);
150 IFoo* foo = (IFoo*)array->ElementAt(3);
H A DTestHashtables.cpp224 class IFoo : public nsISupports class in inherits:nsISupports
230 IFoo();
242 ~IFoo();
251 unsigned int IFoo::total_constructions_;
252 unsigned int IFoo::total_destructions_;
255 IFoo::print_totals()
261 IFoo::IFoo() function in class:IFoo
265 printf(" new IFoo@%p [#%d]\n",
269 IFoo
[all...]

Completed in 43 milliseconds