Home | History | Annotate | Download | only in test

Lines Matching defs:g_help_flag

5213     const bool saved_help_flag = ::testing::internal::g_help_flag;
5214 ::testing::internal::g_help_flag = false;
5234 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5236 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5249 ::testing::internal::g_help_flag = saved_help_flag;