Lines Matching refs:this
123 if (other) other->incStrong(this); in sp()
130 if (m_ptr) m_ptr->incStrong(this); in sp()
136 if (other) ((T*)other)->incStrong(this); in sp()
143 if (m_ptr) m_ptr->incStrong(this); in sp()
149 if (m_ptr) m_ptr->decStrong(this); in ~sp()
155 if (otherPtr) otherPtr->incStrong(this);
156 if (m_ptr) m_ptr->decStrong(this);
158 return *this;
164 if (other) other->incStrong(this);
165 if (m_ptr) m_ptr->decStrong(this);
167 return *this;
174 if (otherPtr) otherPtr->incStrong(this);
175 if (m_ptr) m_ptr->decStrong(this);
177 return *this;
183 if (other) ((T*)other)->incStrong(this);
184 if (m_ptr) m_ptr->decStrong(this);
186 return *this;
192 other->forceIncStrong(this); in force_set()
200 m_ptr->decStrong(this); in clear()