Home | History | Annotate | Download | only in test

Lines Matching refs:g_help_flag

5631     const bool saved_help_flag = ::testing::internal::g_help_flag;
5632 ::testing::internal::g_help_flag = false;
5652 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5654 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5667 ::testing::internal::g_help_flag = saved_help_flag;