Lines Matching defs:internal
37 #include "gtest/internal/gtest-port.h"
38 #include "gtest/internal/custom/gtest.h"
84 #include "gtest/internal/gtest-string.h"
85 #include "src/gtest-internal-inl.h"
93 // This is defined in internal/gtest-port.h as "fast", but can be overridden by
94 // a definition in internal/custom/gtest-port.h. The recommended value, which is
100 internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle),
109 internal::BoolFromGTestEnv("death_test_use_fork", false),
119 namespace internal {
128 } // namespace internal
132 namespace internal {
143 // tests. IMPORTANT: This is an internal utility. Using it may break the
161 } // namespace internal
199 namespace internal {
308 if (!::testing::internal::IsTrue(expression)) { \
311 + ::testing::internal::StreamableToString(__LINE__) + ": " \
314 } while (::testing::internal::AlwaysFalse())
332 + ::testing::internal::StreamableToString(__LINE__) + ": " \
335 } while (::testing::internal::AlwaysFalse())
362 GTEST_LOG_(FATAL) << "Error while reading death test internal: "
1649 } // namespace internal