Lines Matching defs:internal
43 #include "gtest/internal/gtest-death-test-internal.h"
56 namespace internal {
61 // tests. IMPORTANT: This is an internal utility. Using it may break the
65 } // namespace internal
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
316 if (::testing::internal::AlwaysTrue()) { \
319 } else if (::testing::internal::AlwaysFalse()) { \
320 ::testing::internal::RE::PartialMatch(".*", (regex)); \