Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog() function in testing::internal::GTestLog
496 GTestLog::~GTestLog() { in ~GTestLog()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1024 class GTEST_API_ GTestLog {
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, \