Searched refs:LogIsVisible (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { function in namespace:testing::internal
134 if (!LogIsVisible(severity))
H A Dgmock-spec-builders.cc358 reaction == kAllow ? LogIsVisible(kInfo) :
361 reaction == kWarn ? LogIsVisible(kWarning) :
405 !found || is_excessive || LogIsVisible(kInfo);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc368 // Tests LogIsVisible().
383 EXPECT_TRUE(LogIsVisible(kInfo));
384 EXPECT_TRUE(LogIsVisible(kWarning));
389 EXPECT_FALSE(LogIsVisible(kInfo));
390 EXPECT_FALSE(LogIsVisible(kWarning));
395 EXPECT_FALSE(LogIsVisible(kInfo));
396 EXPECT_TRUE(LogIsVisible(kWarning));
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h322 GTEST_API_ bool LogIsVisible(LogSeverity severity);

Completed in 13 milliseconds