Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h954 class GTEST_API_ GTestLog {
956 GTestLog(GTestLogSeverity severity, const char* file, int line);
959 ~GTestLog();
966 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
972 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1046 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog() function in testing::internal::GTestLog
1057 GTestLog::~GTestLog() { in ~GTestLog()