Searched refs:fits_into (Results 1 – 2 of 2) sorted by relevance
145 bool fits_into(const Representation& other) const { in fits_into() function150 if (other.fits_into(*this)) return *this; in generalize()
3457 !new_representation.fits_into(old_details.representation())))) { in ReconfigureProperty()3521 if (!next_representation.fits_into(tmp_representation)) break; in ReconfigureProperty()3569 DCHECK(new_representation.fits_into(details.representation())); in ReconfigureProperty()3938 if (!old_details.representation().fits_into(new_details.representation())) { in TryUpdate()