Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/taglib/
H A Dtrefcounter.h84 void ref() { OSAtomicIncrement32Barrier(const_cast<int32_t*>(&refCount)); } in ref() function
90 void ref() { InterlockedIncrement(&refCount); } in ref() function
96 void ref() { __sync_add_and_fetch(&refCount, 1); } in ref() function
102 void ref() { refCount++; } in ref() function
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.h2062 XMLHandle( const XMLHandle& ref ) : _node( ref._node ) { in XMLHandle()
2140 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) { in XMLConstHandle()
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx203 ULONG ref; member in FormatEnumerator