Searched defs:incRef (Results 1 – 3 of 3) sorted by relevance
102 void incRef() { assert(mCount > 0); ++mCount; } in incRef() function
53 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function
118 void incRef() { ++m_refcount; } in incRef() function