Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc3751 bool IsPositiveUncopyable(const Uncopyable& x) { in IsPositiveUncopyable() function
3758 ASSERT_PRED1(IsPositiveUncopyable, y); in TestAssertNonPositive()
3770 ASSERT_PRED1(IsPositiveUncopyable, x); in TEST()
3781 EXPECT_PRED1(IsPositiveUncopyable, x); in TEST()
3783 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y), in TEST()