| 193 | StrongRefBase() { mRefCount = 0; } |
| 194 | |
| 195 | U32 getRefCount() const { return mRefCount; } |
| 196 | |
| 197 | /// object destroy self call (from StrongRefPtr). Override if this class has specially allocated memory. |
| 198 | virtual void destroySelf() { delete this; } |
no outgoing calls
no test coverage detected