Searched refs:fits_into (Results 1 – 3 of 3) sorted by relevance
145 bool fits_into(const Representation& other) const { in fits_into() function150 if (other.fits_into(*this)) return *this; in generalize()
280 if (!new_representation_.fits_into(old_details.representation())) { in FindRootMap()348 if (!old_details.representation().fits_into(tmp_representation)) { in FindTargetMap()382 DCHECK(new_representation_.fits_into(details.representation())); in FindTargetMap()
4924 if (!old_details.representation().fits_into(new_details.representation())) { in TryReplayPropertyTransitions()