HomeSort by relevance Sort by last modified time
    Searched defs:RefCount (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ppapi/proxy/
proxy_completion_callback_factory.h 20 class RefCount {
22 RefCount() : ref_(0) {
28 ~RefCount() {
  /external/chromium_org/ppapi/utility/
completion_callback_factory_thread_traits.h 39 class RefCount {
43 RefCount() : ref_(0) {
81 class RefCount {
85 RefCount() : ref_(0) {
92 ~RefCount() {
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 35 * RefCount
37 * RefCount returns an instantaneous snapshot of the RefCount, which may
43 int RefCount() const { return ref_count_; }
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 42 // 1. Virtual inherit from RefCount interface in base class if smart pointers
102 class RefCount {
105 virtual ~RefCount() {}
123 class RefCounted : virtual public RefCount {
175 // semi-smart pointer for RefCount derived objects, similar to CComPtr
201 RefCount* p = static_cast<RefCount*>(pT);
250 RefCount* p = static_cast<RefCount*>(p_);
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 33 unsigned RefCount;
37 ++RefCount;
41 if (--RefCount == 0)
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 7 class RefCount {
30 RefCount<ParserInputState> inputState;
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 166 unsigned char RefCount; // Number of things using this.
169 BitCodeAbbrev() : RefCount(1) {}
171 void addRef() { ++RefCount; }
172 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/include/llvm/Support/
ErrorOr.h 32 uint16_t RefCount;
35 ErrorHolderBase() : RefCount(1) {}
38 ++RefCount;
42 if (--RefCount == 0)
  /external/llvm/lib/CodeGen/
InterferenceCache.h 48 /// RefCount - The total number of Cursor instances referring to this Entry.
49 unsigned RefCount;
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
108 void addRef(int Delta) { RefCount += Delta; }
110 bool hasRefs() const { return RefCount > 0; }
168 // Update reference counts. Nothing happens when RefCount reaches 0, so
  /external/openfst/src/include/fst/
add-on.h 53 int RefCount() const { return ref_count_.count(); }
120 int RefCount() const { return ref_count_.count(); }
encode.h 175 int RefCount() const { return ref_count_.count(); }
label-reachable.h 95 int RefCount() const { return ref_count_.count(); }
symbol-table.h 155 int RefCount() const {
413 if (impl_->RefCount() > 1) {
accumulator.h 138 int RefCount() const { return ref_count_.count(); }
379 int RefCount() const { return ref_count_.count(); }
637 int RefCount() const { return ref_count_.count(); }
edit-fst.h 112 int RefCount() const { return ref_count_.count(); }
619 if (data_->RefCount() > 1) {
compact-fst.h 181 int RefCount() const { return ref_count_.count(); }
    [all...]
fst.h 664 int RefCount() const {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.h 76 EGLint RefCount;
  /external/mesa3d/src/egl/main/
egldisplay.h 76 EGLint RefCount;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 131 // This should come right before RefCount, so that the two fields can be
136 mutable unsigned RefCount;
139 void Retain() const { ++RefCount; }
146 : State(state), LCtx(lctx), Origin(E), RefCount(0) {}
149 : State(state), LCtx(lctx), Origin(D), RefCount(0) {}
154 Data(Original.Data), Location(Original.Location), RefCount(0) {}
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 449 int RefCount() const { return ref_count_; }
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 217 unsigned RefCount;
219 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
786 CPE->RefCount++;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 733 milliseconds

1 2