Searched refs:with_dv_info (Results 1 – 1 of 1) sorted by relevance
4178 ValueObject* with_dv_info = this; in GetDynamicValueType() local4179 while (with_dv_info) in GetDynamicValueType()4181 if (with_dv_info->HasDynamicValueTypeInfo()) in GetDynamicValueType()4182 return with_dv_info->GetDynamicValueTypeImpl(); in GetDynamicValueType()4183 with_dv_info = with_dv_info->m_parent; in GetDynamicValueType()