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

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3826 bool IsPositiveUncopyable(const Uncopyable& x) { function in namespace:__anon10886
3833 ASSERT_PRED1(IsPositiveUncopyable, y);
3845 ASSERT_PRED1(IsPositiveUncopyable, x);
3848 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");
3856 EXPECT_PRED1(IsPositiveUncopyable, x);
3858 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),
3859 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");
/external/gtest/test/
H A Dgtest_unittest.cc3742 bool IsPositiveUncopyable(const Uncopyable& x) { function in namespace:__anon21618
3749 ASSERT_PRED1(IsPositiveUncopyable, y);
3761 ASSERT_PRED1(IsPositiveUncopyable, x);
3764 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");
3772 EXPECT_PRED1(IsPositiveUncopyable, x);
3774 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),
3775 "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1");
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc3977 bool IsPositiveUncopyable(const Uncopyable& x) { function in namespace:__anon28922
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");

Completed in 8716 milliseconds