Lines Matching refs:this
125 if (other) other->incStrong(this); in sp()
132 if (m_ptr) m_ptr->incStrong(this); in sp()
138 if (other) ((T*)other)->incStrong(this); in sp()
145 if (m_ptr) m_ptr->incStrong(this); in sp()
151 if (m_ptr) m_ptr->decStrong(this); in ~sp()
157 if (otherPtr) otherPtr->incStrong(this);
158 if (m_ptr) m_ptr->decStrong(this);
160 return *this;
166 if (other) other->incStrong(this);
167 if (m_ptr) m_ptr->decStrong(this);
169 return *this;
176 if (otherPtr) otherPtr->incStrong(this);
177 if (m_ptr) m_ptr->decStrong(this);
179 return *this;
185 if (other) ((T*)other)->incStrong(this);
186 if (m_ptr) m_ptr->decStrong(this);
188 return *this;
194 other->forceIncStrong(this); in force_set()
202 m_ptr->decStrong(this); in clear()