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

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2369 AssertionResult IsPositiveFormat(const char* /* expr */, int n) { function in namespace:__anon10886
2374 AssertionResult IsPositiveFormat(const char* /* expr */, double x) { function in namespace:__anon10886
2395 EXPECT_PRED_FORMAT1(IsPositiveFormat, 5);
2396 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/gtest/test/
H A Dgtest_unittest.cc2376 AssertionResult IsPositiveFormat(const char* /* expr */, int n) { function in namespace:__anon21618
2381 AssertionResult IsPositiveFormat(const char* /* expr */, double x) { function in namespace:__anon21618
2402 EXPECT_PRED_FORMAT1(IsPositiveFormat, 5);
2403 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2657 AssertionResult IsPositiveFormat(const char* /* expr */, int n) { function in namespace:__anon28922
2662 AssertionResult IsPositiveFormat(const char* /* expr */, double x) { function in namespace:__anon28922
2683 EXPECT_PRED_FORMAT1(IsPositiveFormat, 5);
2684 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0);

Completed in 77 milliseconds