Home | History | Annotate | Download | only in test

Lines Matching refs:IsPositiveUncopyable

3977 bool IsPositiveUncopyable(const Uncopyable& x) {
3984 ASSERT_PRED1(IsPositiveUncopyable, y);
3996 ASSERT_PRED1(IsPositiveUncopyable, x);
3999 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");
4007 EXPECT_PRED1(IsPositiveUncopyable, x);
4009 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),
4010 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");