Lines Matching refs:pair
2230 *os << "are a pair where the first is half of the second";
2234 *os << "are a pair where the first isn't half of the second";
2250 "in { 1, 2, 3 } are a pair where the first is half of the second",
2254 "index i where x and the i-th value of { 1, 2, 3 } are a pair "
2324 "where the value pair (2, 6) at index #1 don't match, "
2370 " - element #0 and 1 are a pair where the first is half of the second, "
2372 " - element #1 and 2 are a pair where the first is half of the second, "
2374 " - element #2 and 3 are a pair where the first is half of the second",
2379 " - element #0 and 1 are a pair where the first is half of the second, "
2381 " - element #1 and 2 are a pair where the first is half of the second, "
2383 " - element #2 and 3 are a pair where the first is half of the second",
3073 EXPECT_THAT(my_map, Contains(pair<const char* const, int>(bar, 2)));
3081 Contains(pair<const std::string, int>(std::string("fee"), 1)));
3082 EXPECT_THAT(another_map, Contains(pair<const std::string, int>("fie", 2)));
3089 EXPECT_THAT(some_map, Not(Contains(pair<const int, int>(2, 23))));