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

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc460 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
471 GTestLog::~GTestLog() {
/external/protobuf/gtest/src/
H A Dgtest-port.cc426 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
437 GTestLog::~GTestLog() {
/external/swiftshader/third_party/LLVM/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() {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h738 class GTEST_API_ GTestLog { class in namespace:testing::internal
740 GTestLog(GTestLogSeverity severity, const char* file, int line);
743 ~GTestLog();
750 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
754 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
496 GTestLog::~GTestLog() {
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
496 GTestLog::~GTestLog() {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h932 class GTEST_API_ GTestLog { class in namespace:testing::internal
934 GTestLog(GTestLogSeverity severity, const char* file, int line);
937 ~GTestLog();
944 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
948 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h921 class GTEST_API_ GTestLog { class in namespace:testing::internal
923 GTestLog(GTestLogSeverity severity, const char* file, int line);
926 ~GTestLog();
933 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
937 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1024 class GTEST_API_ GTestLog { class in namespace:testing::internal
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, \
/external/swiftshader/third_party/LLVM/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, \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1038 class GTEST_API_ GTestLog { class in namespace:testing::internal
1040 GTestLog(GTestLogSeverity severity, const char* file, int line);
1043 ~GTestLog();
1050 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1054 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/googletest/googletest/src/
H A Dgtest-port.cc908 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
919 GTestLog::~GTestLog() {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc908 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
919 GTestLog::~GTestLog() {
/external/v8/testing/gtest/src/
H A Dgtest-port.cc890 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
901 GTestLog::~GTestLog() {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc868 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) function in class:testing::internal::GTestLog
879 GTestLog::~GTestLog() {
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1299 class GTEST_API_ GTestLog { class in namespace:testing::internal
1301 GTestLog(GTestLogSeverity severity, const char* file, int line);
1304 ~GTestLog();
1311 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1317 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1267 class GTEST_API_ GTestLog { class in namespace:testing::internal
1269 GTestLog(GTestLogSeverity severity, const char* file, int line);
1272 ~GTestLog();
1279 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1285 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1253 class GTEST_API_ GTestLog { class in namespace:testing::internal
1255 GTestLog(GTestLogSeverity severity, const char* file, int line);
1258 ~GTestLog();
1265 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1271 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc8009 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line)
8020 GTestLog::~GTestLog() {
H A Dgtest.h1800 class GTEST_API_ GTestLog { class in namespace:std::tr1
1802 GTestLog(GTestLogSeverity severity, const char* file, int line);
1805 ~GTestLog();
1812 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
1816 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc8695 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line)
8706 GTestLog::~GTestLog() {
H A Dgtest.h2131 class GTEST_API_ GTestLog { class in namespace:std::tr1
2133 GTestLog(GTestLogSeverity severity, const char* file, int line);
2136 ~GTestLog();
2143 GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog);
2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \

Completed in 339 milliseconds