Searched refs:LogSeverity (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 133 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() 154 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log()
|
H A D | gmock-spec-builders.cc | 73 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation()
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 268 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 D | gmock-internal-utils_test.cc | 401 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity, in TestLogWithSeverity()
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 1277 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 500 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,
|