Home | History | Annotate | Download | only in test

Lines Matching refs:g_help_flag

5412     const bool saved_help_flag = ::testing::internal::g_help_flag;
5413 ::testing::internal::g_help_flag = false;
5433 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5435 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5448 ::testing::internal::g_help_flag = saved_help_flag;