Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1131 void TestNearMatches(testing::internal::FloatingEqMatcher<RawType> ( in TestNearMatches() function in testing::gmock_matchers_test::__anonb21861670111::FloatingPointNearTest
1263 TEST_F(FloatNearTest, FloatNearMatches) { TestNearMatches(&FloatNear); } in TEST_F()
1266 TestNearMatches(&NanSensitiveFloatNear); in TEST_F()
1376 TEST_F(DoubleNearTest, DoubleNearMatches) { TestNearMatches(&DoubleNear); } in TEST_F()
1379 TestNearMatches(&NanSensitiveDoubleNear); in TEST_F()