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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc383 EXPECT_TRUE(LogIsVisible(kInfo));
389 EXPECT_FALSE(LogIsVisible(kInfo));
395 EXPECT_FALSE(LogIsVisible(kInfo));
429 Log(kInfo, "Test log.\n", -1);
483 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
490 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
497 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
504 TestLogWithSeverity("invalid", kInfo, false);
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc253 Log(kInfo, msg, stack_frames_to_skip);
358 reaction == kAllow ? LogIsVisible(kInfo) :
405 !found || is_excessive || LogIsVisible(kInfo);
441 Log(kInfo, loc.str() + ss.str(), 2);
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h307 kInfo = 0, enumerator in enum:testing::internal::LogSeverity
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1261 LogWithLocation(internal::kInfo, file, line,
1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");

Completed in 16 milliseconds