Searched defs:g_help_flag (Results 1 - 6 of 6) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc5412 const bool saved_help_flag = ::testing::internal::g_help_flag;
5413 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
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; member in class:testing::InitGoogleTestTest::testing::internal
/external/gtest/test/
H A Dgtest_unittest.cc5412 const bool saved_help_flag = ::testing::internal::g_help_flag;
5413 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
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; member in class:testing::InitGoogleTestTest::testing::internal
/external/chromium/testing/gtest/src/
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4155 if (g_help_flag)
4828 g_help_flag = true;
4832 if (g_help_flag) {
/external/gtest/src/
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4155 if (g_help_flag)
4828 g_help_flag = true;
4832 if (g_help_flag) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4123 if (g_help_flag)
4796 g_help_flag = true;
4800 if (g_help_flag) {
/external/protobuf/gtest/src/
H A Dgtest.cc277 // g_help_flag is true iff the --help flag or an equivalent form is
279 static bool g_help_flag = false; member in namespace:testing::internal
3916 if (g_help_flag)
4574 g_help_flag = true;
4578 if (g_help_flag) {

Completed in 214 milliseconds