Searched refs:ref_count_ (Results 1 – 7 of 7) sorted by relevance
39 ref_count_(1) { in AdbObjectHandle()44 ATLASSERT(0 == ref_count_); in ~AdbObjectHandle()49 ATLASSERT(ref_count_ > 0); in AddRef()50 return InterlockedIncrement(&ref_count_); in AddRef()54 ATLASSERT(ref_count_ > 0); in Release()55 LONG ret = InterlockedDecrement(&ref_count_); in Release()
77 return InterlockedIncrement(&ref_count_); in AddRef()87 LONG ret = InterlockedDecrement(&ref_count_); in Release()107 LONG ref_count_; variable
34 : ref_count_(1) { in AdbApiInstance()
181 LONG ref_count_; variable
37 ATLASSERT(ref_count_ > 0); in Release()38 LONG ret = InterlockedDecrement(&ref_count_); in Release()
38 ATLASSERT(ref_count_ > 0); in Release()39 LONG ret = InterlockedDecrement(&ref_count_); in Release()
44 ATLASSERT(ref_count_ > 0); in Release()45 LONG ret = InterlockedDecrement(&ref_count_); in Release()