Searched refs:convertedInterface (Results 1 – 1 of 1) sorted by relevance
53 std::optional<FqInstance> convertedInterface = FqInstance::from(interface); in canConvertToFqInstance() local54 if (!convertedInterface.has_value() || !convertedInterface->hasInterface()) { in canConvertToFqInstance()