Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-port.cc1007 const char* const marker = severity == GTEST_INFO ? "[ INFO ]" in GTestLog()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1030 enum GTestLogSeverity { GTEST_INFO, GTEST_WARNING, GTEST_ERROR, GTEST_FATAL }; enumerator