Lines Matching refs:this
124 if (other) other->incStrong(this); in sp()
131 if (m_ptr) m_ptr->incStrong(this); in sp()
137 if (other) ((T*)other)->incStrong(this); in sp()
144 if (m_ptr) m_ptr->incStrong(this); in sp()
150 if (m_ptr) m_ptr->decStrong(this); in ~sp()
156 if (otherPtr) otherPtr->incStrong(this);
157 if (m_ptr) m_ptr->decStrong(this);
159 return *this;
165 if (other) other->incStrong(this);
166 if (m_ptr) m_ptr->decStrong(this);
168 return *this;
175 if (otherPtr) otherPtr->incStrong(this);
176 if (m_ptr) m_ptr->decStrong(this);
178 return *this;
184 if (other) ((T*)other)->incStrong(this);
185 if (m_ptr) m_ptr->decStrong(this);
187 return *this;
193 other->forceIncStrong(this); in force_set()
201 m_ptr->decStrong(this); in clear()