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

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc5631 const bool saved_help_flag = ::testing::internal::g_help_flag;
5632 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
5652 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5654 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5667 ::testing::internal::g_help_flag = saved_help_flag; member in class:testing::InitGoogleTestTest::testing::internal
/external/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
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc5213 const bool saved_help_flag = ::testing::internal::g_help_flag;
5214 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
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; member in class:testing::InitGoogleTestTest::testing::internal
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc5662 const bool saved_help_flag = ::testing::internal::g_help_flag;
5663 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
5683 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5685 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5698 ::testing::internal::g_help_flag = saved_help_flag; member in class:testing::InitGoogleTestTest::testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc5486 const bool saved_help_flag = ::testing::internal::g_help_flag;
5487 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
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; member in class:testing::InitGoogleTestTest::testing::internal
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc177 // g_help_flag is true iff the --help flag or an equivalent form is
179 bool g_help_flag = false; member in namespace:testing::internal
4186 if (g_help_flag)
4860 g_help_flag = true;
4864 if (g_help_flag) {
/external/googletest/googletest/src/
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
4560 if (g_help_flag)
5269 g_help_flag = true;
5300 g_help_flag = true;
5321 if (g_help_flag) {
/external/libvpx/libvpx/third_party/googletest/src/src/
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) {
/external/llvm/utils/unittest/googletest/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
4125 if (g_help_flag)
4798 g_help_flag = true;
4802 if (g_help_flag) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc179 // g_help_flag is true iff the --help flag or an equivalent form is
181 bool g_help_flag = false; member in namespace:testing::internal
4232 if (g_help_flag)
4945 g_help_flag = true;
4949 if (g_help_flag) {
/external/protobuf/gtest/src/
H A Dgtest.cc172 // g_help_flag is true iff the --help flag or an equivalent form is
174 bool g_help_flag = false; member in namespace:testing::internal
3944 if (g_help_flag)
4636 g_help_flag = true;
4640 if (g_help_flag) {
/external/swiftshader/third_party/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
4122 if (g_help_flag)
4795 g_help_flag = true;
4799 if (g_help_flag) {
/external/v8/testing/gtest/src/
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
4559 if (g_help_flag)
5268 g_help_flag = true;
5299 g_help_flag = true;
5320 if (g_help_flag) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc179 // g_help_flag is true iff the --help flag or an equivalent form is
181 bool g_help_flag = false; member in namespace:testing::internal
4228 if (g_help_flag)
4941 g_help_flag = true;
4945 if (g_help_flag) {
/external/fmtlib/test/
H A Dgmock-gtest-all.cc508 // g_help_flag is true iff the --help flag or an equivalent form is
510 GTEST_API_ extern bool g_help_flag;
1663 // g_help_flag is true iff the --help flag or an equivalent form is
1665 bool g_help_flag = false; member in namespace:testing::internal
5716 if (g_help_flag)
6429 g_help_flag = true;
6433 if (g_help_flag) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc495 // g_help_flag is true iff the --help flag or an equivalent form is
497 GTEST_API_ extern bool g_help_flag;
1512 // g_help_flag is true iff the --help flag or an equivalent form is
1514 bool g_help_flag = false; member in namespace:testing::internal
5284 if (g_help_flag)
5976 g_help_flag = true;
5980 if (g_help_flag) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc508 // g_help_flag is true iff the --help flag or an equivalent form is
510 GTEST_API_ extern bool g_help_flag;
1663 // g_help_flag is true iff the --help flag or an equivalent form is
1665 bool g_help_flag = false; member in namespace:testing::internal
5716 if (g_help_flag)
6429 g_help_flag = true;
6433 if (g_help_flag) {

Completed in 1238 milliseconds