Searched refs:ReferenceCount (Results 1 – 1 of 1) sorted by relevance
46 struct ReferenceCount;48 template<> struct ReferenceCount<true> { typedef volatile int Type; }; struct49 template<> struct ReferenceCount<false> { typedef int Type; }; argument61 typename ReferenceCount<threadSafe>::Type strongRefCount;62 …typename ReferenceCount<threadSafe>::Type weakRefCount; //!< WeakPtr references + StrongPtr refer…