Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/taglib/
H A Dtrefcounter.h85 bool deref() { return ! OSAtomicDecrement32Barrier(const_cast<int32_t*>(&refCount)); } in deref() function
91 bool deref() { return ! InterlockedDecrement(&refCount); } in deref() function
97 bool deref() { return ! __sync_sub_and_fetch(&refCount, 1); } in deref() function
103 bool deref() { return ! --refCount; } in deref() function