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

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-port.cc460 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
471 GTestLog::~GTestLog() {
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h913 class GTEST_API_ GTestLog { class in namespace:testing::internal
915 GTestLog(GTestLogSeverity severity, const char* file, int line);
918 ~GTestLog();
925 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
929 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \

Completed in 169 milliseconds