Searched refs:ref_count_ (Results 1 – 3 of 3) sorted by relevance
142 LONG ref_count_; member in StreamOnZipBuffer148 ref_count_(1), in StreamOnZipBuffer()158 return InterlockedIncrement(&ref_count_); in AddRef()163 long refcnt = InterlockedDecrement(&ref_count_); in Release()165 if (0 == ref_count_) in Release()293 ref_count_(RefCnt) in CThumbviewer()343 return InterlockedIncrement(&ref_count_); in AddRef()348 long refcnt = InterlockedDecrement(&ref_count_); in Release()350 if (0 == ref_count_) in Release()
35 COMObject() : ref_count_(0) in COMObject()45 ref_count_++; in AddRef()46 return ref_count_; in AddRef()51 ULONG cnt = --ref_count_; in Release()70 return ref_count_; in GetRefCount()74 ULONG ref_count_; member in COMObject
106 long ref_count_; member in CThumbviewer
Completed in 16 milliseconds