Home
last modified time | relevance | path

Searched refs:m_cref (Results 1 – 1 of 1) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2255 Matcher<const float&> m_cref = IsNan(); in TEST() local
2256 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()
2257 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()
2258 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()
2277 Matcher<const double&> m_cref = IsNan(); in TEST() local
2278 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()
2279 EXPECT_TRUE(m_cref.Matches(other_nan)); in TEST()
2280 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()
2299 Matcher<const long double&> m_cref = IsNan(); in TEST() local
2300 EXPECT_TRUE(m_cref.Matches(quiet_nan)); in TEST()
[all …]