Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3869 bool IsPositiveUncopyable(const Uncopyable& x) { in IsPositiveUncopyable() function
3876 ASSERT_PRED1(IsPositiveUncopyable, y); in TestAssertNonPositive()
3888 ASSERT_PRED1(IsPositiveUncopyable, x); in TEST()
3900 EXPECT_PRED1(IsPositiveUncopyable, x); in TEST()
3902 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y), in TEST()