Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
27 return *static_cast<Subclass*>(this);
30 Subclass result = *static_cast<Subclass*>(this);
36 return *static_cast<Subclass*>(this);
39 Subclass result = *static_cast<Subclass*>(this);
61 return *static_cast<Subclass*>(this);
66 return *static_cast<Subclass*>(this);
96 // Tagged value stored in this slot is guaranteed to never be a weak pointer.
140 // Tagged value stored in this slot can be a weak pointer.
191 // behavior in C++ code we use this iterator adaptor when using STL algorithms
207 return *this;
211 return *this;
238 // The rest of this class follows C++'s "RandomAccessIterator" requirements.