Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3880 bool IsPositiveUncopyable(const Uncopyable& x) { return x.value() > 0; } in IsPositiveUncopyable() function
3885 ASSERT_PRED1(IsPositiveUncopyable, y); in TestAssertNonPositive()
3897 ASSERT_PRED1(IsPositiveUncopyable, x); in TEST()
3910 EXPECT_PRED1(IsPositiveUncopyable, x); in TEST()
3913 EXPECT_PRED1(IsPositiveUncopyable, y), in TEST()