Searched defs:nsDequeFunctor (Results 1 - 1 of 1) 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...]

Completed in 1371 milliseconds