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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.h62 * The nsDequeFunctor class is used when you want to create
68 class nsDequeFunctor{ class
92 nsDeque(nsDequeFunctor* aDeallocator);
164 * Deletes are handled by the deallocator nsDequeFunctor
196 void ForEach(nsDequeFunctor& aFunctor) const;
207 const void* FirstThat(nsDequeFunctor& aFunctor) const;
209 void SetDeallocator(nsDequeFunctor* aDeallocator);
215 nsDequeFunctor* mDeallocator;
387 void ForEach(nsDequeFunctor& aFunctor) const;
398 const void* FirstThat(nsDequeFunctor
[all...]
H A DnsDeque.cpp82 nsDeque::nsDeque(nsDequeFunctor* aDeallocator) {
133 void nsDeque::SetDeallocator(nsDequeFunctor* aDeallocator){
395 void nsDeque::ForEach(nsDequeFunctor& aFunctor) const{
410 const void* nsDeque::FirstThat(nsDequeFunctor& aFunctor) const{
612 void nsDequeIterator::ForEach(nsDequeFunctor& aFunctor) const{
625 const void* nsDequeIterator::FirstThat(nsDequeFunctor& aFunctor) const{
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp59 nsDeque *b = new nsDeque((nsDequeFunctor*)0);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestDeque.cpp57 class _Dealloc: public nsDequeFunctor {

Completed in 1798 milliseconds