Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc965 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog() function in testing::internal::GTestLog
976 GTestLog::~GTestLog() { in ~GTestLog()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1341 class GTEST_API_ GTestLog {
1343 GTestLog(GTestLogSeverity severity, const char* file, int line);
1346 ~GTestLog();
1353 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1359 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \