Searched defs:RefCount (Results 1 - 20 of 20) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdePoolArray.cpp189 class RefCount class in namespace:de::__anon2996
192 RefCount (void) function in class:de::__anon2996::RefCount
197 RefCount (int* count) function in class:de::__anon2996::RefCount
203 RefCount (const RefCount& other) function in class:de::__anon2996::RefCount
210 ~RefCount (void)
216 RefCount& operator= (const RefCount& other)
241 PoolArray<RefCount> arr (&pool);
243 RefCount counte
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Drefcount.h42 // 1. Virtual inherit from RefCount interface in base class if smart pointers
102 class RefCount { class in namespace:sfntly
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/
H A DRewriteRope.h35 unsigned RefCount; member in struct:clang::RopeRefCountString
38 void Retain() { ++RefCount; }
41 assert(RefCount > 0 && "Reference count is already zero.");
42 if (--RefCount == 0)
/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp7 class RefCount { class in namespace:rdar12676053
30 RefCount<ParserInputState> inputState;
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h101 mutable std::atomic<int> RefCount; member in class:llvm::ThreadSafeRefCountedBase
104 ThreadSafeRefCountedBase() : RefCount(0) {}
107 void Retain() const { ++RefCount; }
110 int NewRefCount = --RefCount;
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h48 /// RefCount - The total number of Cursor instances referring to this Entry.
49 unsigned RefCount; member in class:llvm::InterferenceCache::Entry
97 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(nullptr), LIS(nullptr) {}
109 void addRef(int Delta) { RefCount += Delta; }
111 bool hasRefs() const { return RefCount > 0; }
178 // Update reference counts. Nothing happens when RefCount reaches 0, so
/external/openfst/src/include/fst/
H A Dadd-on.h53 int RefCount() const { return ref_count_.count(); } function in class:fst::NullAddOn
120 int RefCount() const { return ref_count_.count(); } function in class:fst::AddOnPair
H A Dedit-fst.h112 int RefCount() const { return ref_count_.count(); } function in class:fst::EditFstData
619 if (data_->RefCount() > 1) {
H A Dencode.h175 int RefCount() const { return ref_count_.count(); } function in class:fst::EncodeTable
H A Dlabel-reachable.h95 int RefCount() const { return ref_count_.count(); } function in class:fst::LabelReachableData
H A Dsymbol-table.h155 int RefCount() const { function in class:fst::SymbolTableImpl
413 if (impl_->RefCount() > 1) {
H A Daccumulator.h138 int RefCount() const { return ref_count_.count(); } function in class:fst::FastLogAccumulatorData
379 int RefCount() const { return ref_count_.count(); } function in class:fst::CacheLogAccumulatorData
637 int RefCount() const { return ref_count_.count(); } function in class:fst::ReplaceAccumulatorData
H A Dcompact-fst.h181 int RefCount() const { return ref_count_.count(); } function in class:fst::CompactFstData
H A Dfst.h664 int RefCount() const { function in class:fst::FstImpl
/external/mesa3d/src/egl/main/
H A Degldisplay.h76 EGLint RefCount; member in struct:_egl_resource
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h129 // This should come right before RefCount, so that the two fields can be
134 mutable unsigned RefCount; member in class:clang::ento::CallEvent
137 void Retain() const { ++RefCount; }
144 : State(state), LCtx(lctx), Origin(E), RefCount(0) {}
147 : State(state), LCtx(lctx), Origin(D), RefCount(0) {}
152 Data(Original.Data), Location(Original.Location), RefCount(0) {}
1005 assert(RefCount > 0 && "Reference count is already zero.");
1006 --RefCount;
1008 if (RefCount > 0)
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp218 unsigned RefCount; member in struct:__anon10665::ARMConstantIslands::CPEntry
220 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
789 CPE->RefCount++;
1106 if (--CPE->RefCount == 0) {
1156 CPEs[i].RefCount++;
1506 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp312 unsigned RefCount; member in struct:__anon10769::MipsConstantIslands::CPEntry
314 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
797 CPE->RefCount++;
1062 if (--CPE->RefCount == 0) {
1112 CPEs[i].RefCount++;
1168 CPEs[i].RefCount++;
1483 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1240 GLint RefCount; member in struct:gl_sampler_object
1266 GLint RefCount; /**< reference count */ member in struct:gl_texture_object
1509 GLint RefCount; member in struct:gl_buffer_object
1576 GLint RefCount; member in struct:gl_array_object
1807 GLint RefCount; member in struct:gl_transform_feedback_object
1931 GLint RefCount; member in struct:gl_program
2144 GLint RefCount; member in struct:ati_fragment_shader
2189 GLint RefCount; /**< Reference count */ member in struct:gl_shader
2288 GLint RefCount; /**< Reference count */ member in struct:gl_shader_program
2528 GLint RefCount; /**< Referenc member in struct:gl_sync_object
2544 GLint RefCount; /**< Reference count */ member in struct:gl_shared_state
2610 GLint RefCount; member in struct:gl_renderbuffer
2675 GLint RefCount; member in struct:gl_framebuffer
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4147 milliseconds