Searched refs:mapConditionChecker (Results 1 – 1 of 1) sorted by relevance
181 const auto mapConditionChecker = [cnd](const StatesMap::iterator::value_type& it) { in waitFor() local185 mapConditionChecker]() -> std::optional<std::string> { in waitFor()187 if (!std::all_of(states.begin(), states.end(), mapConditionChecker)) return {}; in waitFor()190 const auto it = std::find_if(states.begin(), states.end(), mapConditionChecker); in waitFor()