Home | History | Annotate | Download | only in test

Lines Matching refs:g_help_flag

5314     const bool saved_help_flag = ::testing::internal::g_help_flag;
5315 ::testing::internal::g_help_flag = false;
5335 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5337 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5350 ::testing::internal::g_help_flag = saved_help_flag;