Searched refs:g_help_flag (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h108 // g_help_flag is true iff the --help flag or an equivalent form is
110 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc186 // g_help_flag is true iff the --help flag or an equivalent form is
188 bool g_help_flag = false; member in namespace:testing::internal
4561 if (g_help_flag)
5270 g_help_flag = true;
5301 g_help_flag = true;
5322 if (g_help_flag) {
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5663 const bool saved_help_flag = ::testing::internal::g_help_flag;
5664 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
5684 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5686 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5699 ::testing::internal::g_help_flag = saved_help_flag; member in class:testing::InitGoogleTestTest::testing::internal

Completed in 57 milliseconds