Home
last modified time | relevance | path

Searched refs:rhs2 (Results 1 - 1 of 1) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2315 const int rhs2[3] = {0, 1, 2}; in TEST() local
2316 EXPECT_THAT(lhs, Not(Pointwise(Gt(), rhs2))); in TEST()
2434 const int rhs2[3] = {0, 1, 2}; in TEST() local
2435 EXPECT_THAT(lhs, Not(UnorderedPointwise(Gt(), rhs2))); in TEST()

Completed in 5 milliseconds