Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc133 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible()
154 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log()
H A Dgmock-spec-builders.cc73 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h268 enum LogSeverity { kInfo = 0, kWarning = 1 }; enum
281 GTEST_API_ bool LogIsVisible(LogSeverity severity);
290 GTEST_API_ void Log(LogSeverity severity, const std::string& message,
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc401 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity, in TestLogWithSeverity()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1277 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md500 virtual void send(LogSeverity severity, const char* full_filename,
518 void send(LogSeverity severity, const char* full_filename,
528 // void Log(LogSeverity severity,
532 (LogSeverity severity, const string& file_path,