Searched defs:ref (Results 1 – 3 of 3) sorted by relevance
84 void ref() { OSAtomicIncrement32Barrier(const_cast<int32_t*>(&refCount)); } in ref() function90 void ref() { InterlockedIncrement(&refCount); } in ref() function96 void ref() { __sync_add_and_fetch(&refCount, 1); } in ref() function102 void ref() { refCount++; } in ref() function
2062 XMLHandle( const XMLHandle& ref ) : _node( ref._node ) { in XMLHandle()2140 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) { in XMLConstHandle()
203 ULONG ref; member in FormatEnumerator