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