Home | History | Annotate | Download | only in sql

Lines Matching refs:RefCounter

32 class RefCounter {
34 RefCounter(size_t* counter)
38 RefCounter(const RefCounter& other)
42 ~RefCounter() {
49 DISALLOW_ASSIGN(RefCounter);
58 const RefCounter& r,
68 const RefCounter& r,
260 // RefCounter() counts how many objects are live using an external
262 // can check directly even if the RefCounter object is no longer
268 &db(), &count, RefCounter(&count)));
278 &db(), &count, RefCounter(&count)));