Lines Matching defs:nsDequeFunctor
62 * The nsDequeFunctor class is used when you want to create
68 class nsDequeFunctor{
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& aFunctor) const;