Lines Matching refs:RefCounter
31 class RefCounter {
33 RefCounter(size_t* counter)
37 RefCounter(const RefCounter& other)
41 ~RefCounter() {
48 DISALLOW_ASSIGN(RefCounter);
57 const RefCounter& r,
67 const RefCounter& r,
259 // RefCounter() counts how many objects are live using an external
261 // can check directly even if the RefCounter object is no longer
267 &db(), &count, RefCounter(&count)));
277 &db(), &count, RefCounter(&count)));