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

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2146 bool SumIsEven2(int n1, int n2) { function in namespace:__anon10886
2250 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2257 EXPECT_PRED2(SumIsEven2, n1, n2) << "This failure is expected.";
2291 EXPECT_PRED2(SumIsEven2, n1++, n2++);
/external/gtest/test/
H A Dgtest_unittest.cc2153 bool SumIsEven2(int n1, int n2) { function in namespace:__anon21618
2257 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2264 EXPECT_PRED2(SumIsEven2, n1, n2) << "This failure is expected.";
2298 EXPECT_PRED2(SumIsEven2, n1++, n2++);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2430 bool SumIsEven2(int n1, int n2) { function in namespace:__anon28922
2534 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2541 EXPECT_PRED2(SumIsEven2, n1, n2) << "This failure is expected.";
2575 EXPECT_PRED2(SumIsEven2, n1++, n2++);

Completed in 274 milliseconds