Searched defs:RefCounter (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Utility/
H A DRefCounter.cpp1 //===---------------------RefCounter.cpp ------------------------*- C++ -*-===//
10 #include "lldb/Utility/RefCounter.h"
14 RefCounter::RefCounter(RefCounter::value_type* ctr): function in class:lldb_utility::RefCounter
20 RefCounter::~RefCounter()
/external/lldb/include/lldb/Utility/
H A DRefCounter.h1 //===-- RefCounter.h --------------------------------------------*- C++ -*-===//
20 // RefCounter ref(ptr);
22 // everyone who needs it). Synchronization is handled by RefCounter itself
23 // The counter is decreased each time a RefCounter to it goes out of scope
25 class RefCounter class in namespace:lldb_utility
30 RefCounter(value_type* ctr);
32 ~RefCounter();
36 DISALLOW_COPY_AND_ASSIGN (RefCounter);
/external/openfst/src/include/fst/
H A Dlock.h76 class RefCounter { class in namespace:fst
78 RefCounter() : count_(1) {} function in class:fst::RefCounter
87 DISALLOW_COPY_AND_ASSIGN(RefCounter);
/external/chromium_org/sql/
H A Dconnection_unittest.cc32 class RefCounter { class in namespace:__anon10687
34 RefCounter(size_t* counter) function in class:__anon10687::RefCounter
38 RefCounter(const RefCounter& other) function in class:__anon10687::RefCounter
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 objec
[all...]

Completed in 1845 milliseconds