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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h133 // GTEST_LOG_() - logs messages at the specified severity level.
687 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
717 #define GTEST_LOG_(severity) \ macro
1047 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h156 // GTEST_LOG_() - logs messages at the specified severity level.
893 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
923 #define GTEST_LOG_(severity) \ macro
949 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
958 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h158 // GTEST_LOG_() - logs messages at the specified severity level.
903 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
933 #define GTEST_LOG_(severity) \ macro
959 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
968 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h156 // GTEST_LOG_() - logs messages at the specified severity level.
893 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
923 #define GTEST_LOG_(severity) \ macro
949 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
958 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h230 // GTEST_LOG_() - logs messages at the specified severity level.
1236 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
1266 #define GTEST_LOG_(severity) \ macro
1292 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1301 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/external/gtest/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 " \
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h262 // GTEST_LOG_() - logs messages at the specified severity level.
2116 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
2146 #define GTEST_LOG_(severity) \ macro
2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
8461 GTEST_LOG_(WARNING) \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h262 // GTEST_LOG_() - logs messages at the specified severity level.
2116 // GTEST_LOG_(severity) - logs messages at the specified severity level. The
2146 #define GTEST_LOG_(severity) \ macro
2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
8461 GTEST_LOG_(WARNING) \

Completed in 750 milliseconds