Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
31 * Note that this does *not* prevent the local variable from being optimized away.
46 // The intermediate char* has the same cv-ness as D as this produces better error messages.
61 Call a function when this goes out of scope. The template uses two
75 operator T*() const { return this->get(); }
97 if (this != &other) {
101 return *this;
106 void reset(int count = 0) { *this = SkAutoTArray(count); }
148 this->reset(count);
152 this->reset(0);
261 return this->get();
280 * pointer to NULL. Note that this differs from get(), which also returns
369 this->reset(0);
397 * Pass the object and the storage that was offered during SkInPlaceNewCheck, and this will
431 * Returns void* because this object does not initialize the