Searched defs:AssertIsEven (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2108 AssertionResult AssertIsEven(const char* expr, int n) { function in namespace:__anon10886
2141 return AssertIsEven(expr, n);
2215 EXPECT_PRED_FORMAT1(AssertIsEven, 2);
2224 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
/external/gtest/test/
H A Dgtest_unittest.cc2115 AssertionResult AssertIsEven(const char* expr, int n) { function in namespace:__anon21618
2148 return AssertIsEven(expr, n);
2222 EXPECT_PRED_FORMAT1(AssertIsEven, 2);
2231 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2411 AssertionResult AssertIsEven(const char* expr, int n) { function in namespace:__anon28922
2425 return AssertIsEven(expr, n);
2499 EXPECT_PRED_FORMAT1(AssertIsEven, 2);
2508 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected.";

Completed in 1580 milliseconds