Home | History | Annotate | Download | only in test

Lines Matching refs:g_help_flag

5486     const bool saved_help_flag = ::testing::internal::g_help_flag;
5487 ::testing::internal::g_help_flag = false;
5507 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5509 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5522 ::testing::internal::g_help_flag = saved_help_flag;