Searched refs:expected_names_sorted (Results 1 – 1 of 1) sorted by relevance
234 const std::vector<std::string>& expected_names_sorted) { in AssertIterationNames() argument238 for (size_t i = 0; i < expected_names_sorted.size(); ++i) { in AssertIterationNames()246 ASSERT_EQ(expected_names_sorted, names); in AssertIterationNames()250 const std::vector<std::string>& expected_names_sorted) { in AssertIterationOrder() argument256 AssertIterationNames(iteration_cookie, expected_names_sorted); in AssertIterationOrder()261 const std::vector<std::string>& expected_names_sorted) { in AssertIterationOrderWithMatcher() argument267 AssertIterationNames(iteration_cookie, expected_names_sorted); in AssertIterationOrderWithMatcher()