Searched refs:IsPositiveUncopyable (Results 1 – 1 of 1) sorted by relevance
3884 bool IsPositiveUncopyable(const Uncopyable& x) { return x.value() > 0; } in IsPositiveUncopyable() function3889 ASSERT_PRED1(IsPositiveUncopyable, y); in TestAssertNonPositive()3901 ASSERT_PRED1(IsPositiveUncopyable, x); in TEST()3914 EXPECT_PRED1(IsPositiveUncopyable, x); in TEST()3917 EXPECT_PRED1(IsPositiveUncopyable, y), in TEST()