Searched defs:decRef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h38 bool decRef() { --refCount; return (refCount == 0); } function in class:PBQP::CostPool::PoolEntry
60 entry->decRef();
66 if (entry->decRef())
71 this->entry->decRef();
/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h78 void (*decRef)(struct android_native_base_t* base); member in struct:android_native_base_t
96 common.decRef(const_cast<android_native_base_t*>(&common));
359 common.decRef(const_cast<android_native_base_t*>(&common));

Completed in 632 milliseconds