Searched refs:m_refCount (Results 1 – 1 of 1) sorted by relevance
21 void ref() const { ++m_refCount; } in ref()23 if (!--m_refCount) in deref()45 mutable unsigned m_refCount { 0 }; member in WTF::StringImpl