Home
last modified time | relevance | path

Searched refs:IsPositiveUncopyable (Results 1 – 1 of 1) sorted by relevance

/src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3933 bool IsPositiveUncopyable(const Uncopyable& x) { return x.value() > 0; } in IsPositiveUncopyable() function
3938 ASSERT_PRED1(IsPositiveUncopyable, y); in TestAssertNonPositive()
3950 ASSERT_PRED1(IsPositiveUncopyable, x); in TEST()
3963 EXPECT_PRED1(IsPositiveUncopyable, x); in TEST()
3966 EXPECT_PRED1(IsPositiveUncopyable, y), in TEST()