Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
40 * that created this proxy. On failure the resulting characterization will be invalid (i.e.,
44 * when the DDL created with this characterization is
54 * that the DDL created with this characterization will
61 * created with this characterization will be replayed
64 * this characterization will be replayed into
66 * created with this characterization will be replayed
79 * this is true then the following is required:
101 * It is guaranteed that this backend format will be the one used by the following
121 SkASSERT((this == &that) == (this->fContextID == that.fContextID));
122 return this == &that;
125 bool operator!=(const GrContextThreadSafeProxy& that) const { return !(*this == that); }