Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
40 ~SkTScopedComPtr() { this->reset();}
43 this->reset(that.release());
44 return *this;
47 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
73 T* temp = this->fPtr;
74 this->fPtr = that.fPtr;
79 T* temp = this->fPtr;
80 this->fPtr = nullptr;