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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestArray.cpp59 class Foo : public IFoo { class in inherits:IFoo
62 Foo(PRInt32 aID);
76 ~Foo();
79 PRInt32 Foo::gCount;
81 Foo::Foo(PRInt32 aID) function in class:Foo
88 Foo::~Foo()
94 NS_IMPL_ISUPPORTS1(Foo, IFoo)
115 fprintf(stdout, "object count %d = %d %s\n", Foo
[all...]

Completed in 2831 milliseconds