Lines Matching defs:internal
42 #include "gtest/internal/custom/gtest.h"
43 #include "gtest/internal/gtest-port.h"
89 #include "gtest/internal/gtest-string.h"
90 #include "src/gtest-internal-inl.h"
98 // This is defined in internal/gtest-port.h as "fast", but can be overridden by
99 // a definition in internal/custom/gtest-port.h. The recommended value, which is
107 testing::internal::StringFromGTestEnv("death_test_style",
117 testing::internal::BoolFromGTestEnv("death_test_use_fork", false),
140 namespace internal {
151 // tests. IMPORTANT: This is an internal utility. Using it may break the
169 } // namespace internal
205 namespace internal {
314 if (!::testing::internal::IsTrue(expression)) { \
317 ::testing::internal::StreamableToString(__LINE__) + \
320 } while (::testing::internal::AlwaysFalse())
338 ::testing::internal::StreamableToString(__LINE__) + \
341 } while (::testing::internal::AlwaysFalse())
368 GTEST_LOG_(FATAL) << "Error while reading death test internal: "
1581 } // namespace internal