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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
496 GTestLog::~GTestLog() {
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1024 class GTEST_API_ GTestLog { class in namespace:testing::internal
1026 GTestLog(GTestLogSeverity severity, const char* file, int line);
1029 ~GTestLog();
1036 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1040 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \

Completed in 44 milliseconds