Searched refs:ifaceData (Results 1 – 1 of 1) sorted by relevance
623 if (const auto *ifaceData{std::get_if<DummyDataObject>(&u)}) { in IsCompatibleWith() local625 return ifaceData->IsCompatibleWith(*actualData, whyNot); in IsCompatibleWith()