Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
141 // Returns true if a change from this representation to a more general one
173 // Return the most generic representation that this representation can be
175 // then this will return the current representation.
188 return other.is_more_general_than(*this) || other.Equals(*this);
192 if (other.fits_into(*this)) return *this;
193 if (other.is_more_general_than(*this)) return other;
324 PropertyDetails details = *this;
330 PropertyDetails details = *this;