Searched defs:GTEST_LOG_ (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h166 // GTEST_LOG_() - logs messages at the specified severity level.
1013 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1043 #define GTEST_LOG_(severity) \ macro
1069 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1078 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h166 // GTEST_LOG_() - logs messages at the specified severity level.
1009 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1039 #define GTEST_LOG_(severity) \ macro
1065 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1074 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h166 // GTEST_LOG_() - logs messages at the specified severity level.
1013 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1043 #define GTEST_LOG_(severity) \ macro
1069 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1078 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \

Completed in 135 milliseconds