Searched refs:missing_from_ids (Results 1 – 1 of 1) sorted by relevance
428 std::vector<typename T::key_type> missing_from_ids; in expect_ids() local430 std::inserter(missing_from_ids, missing_from_ids.begin())); in expect_ids()435 if (!missing_from_ids.empty()) { in expect_ids()436 result += "Missing ids from results: " + Join(missing_from_ids, " "); in expect_ids()