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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEmptyEnumerator.h49 class EmptyEnumeratorImpl : public nsISimpleEnumerator class in inherits:nsISimpleEnumerator
52 EmptyEnumeratorImpl(void);
63 ~EmptyEnumeratorImpl(void);
H A DnsEmptyEnumerator.cpp50 MOZ_DECL_CTOR_COUNTER(EmptyEnumeratorImpl)
52 EmptyEnumeratorImpl::EmptyEnumeratorImpl(void) function in class:EmptyEnumeratorImpl
54 MOZ_COUNT_CTOR(EmptyEnumeratorImpl);
57 EmptyEnumeratorImpl::~EmptyEnumeratorImpl(void)
59 MOZ_COUNT_DTOR(EmptyEnumeratorImpl);
63 NS_IMETHODIMP_(nsrefcnt) EmptyEnumeratorImpl::AddRef(void)
68 NS_IMETHODIMP_(nsrefcnt) EmptyEnumeratorImpl::Release(void)
73 NS_IMPL_QUERY_INTERFACE1(EmptyEnumeratorImpl, nsISimpleEnumerato
[all...]

Completed in 1698 milliseconds