Home | History | Annotate | Download | only in wtf

Lines Matching defs:RefCountedLeakCounter

22 #include "RefCountedLeakCounter.h"
30 void RefCountedLeakCounter::suppressMessages(const char*) { }
31 void RefCountedLeakCounter::cancelMessageSuppression(const char*) { }
33 RefCountedLeakCounter::RefCountedLeakCounter(const char*) { }
34 RefCountedLeakCounter::~RefCountedLeakCounter() { }
36 void RefCountedLeakCounter::increment() { }
37 void RefCountedLeakCounter::decrement() { }
47 void RefCountedLeakCounter::suppressMessages(const char* reason)
54 void RefCountedLeakCounter::cancelMessageSuppression(const char* reason)
61 RefCountedLeakCounter::RefCountedLeakCounter(const char* description)
66 RefCountedLeakCounter::~RefCountedLeakCounter()
80 void RefCountedLeakCounter::increment()
89 void RefCountedLeakCounter::decrement()