HomeSort by relevance Sort by last modified time
    Searched refs:RefCounter (Results 1 - 13 of 13) sorted by null

  /external/lldb/source/Utility/
RefCounter.cpp 1 //===---------------------RefCounter.cpp ------------------------*- C++ -*-===//
10 #include "lldb/Utility/RefCounter.h"
14 RefCounter::RefCounter(RefCounter::value_type* ctr):
20 RefCounter::~RefCounter()
Android.mk 10 RefCounter.cpp \
  /external/lldb/include/lldb/Utility/
RefCounter.h 1 //===-- 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
30 RefCounter(value_type* ctr);
32 ~RefCounter();
36 DISALLOW_COPY_AND_ASSIGN (RefCounter);
  /external/openfst/src/include/fst/
lock.h 76 class RefCounter {
78 RefCounter() : count_(1) {}
87 DISALLOW_COPY_AND_ASSIGN(RefCounter);
add-on.h 58 RefCounter ref_count_;
133 RefCounter ref_count_;
symbol-table.h 197 mutable RefCounter ref_count_;
accumulator.h 151 RefCounter ref_count_; // Reference count.
418 RefCounter ref_count_;
645 RefCounter ref_count_;
edit-fst.h 330 RefCounter ref_count_;
encode.h 210 RefCounter ref_count_;
label-reachable.h 106 RefCounter ref_count_; // Reference count.
fst.h 774 RefCounter ref_count_; // Reference count
compact-fst.h 196 RefCounter ref_count_;
    [all...]
  /external/chromium_org/sql/
connection_unittest.cc 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 longe
    [all...]

Completed in 158 milliseconds