Home
last modified time | relevance | path

Searched refs:should_print_help (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc5494 const Flags& expected, bool should_print_help) { in TestParsingFlags() argument
5518 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag); in TestParsingFlags()
5523 if (should_print_help) { in TestParsingFlags()
5537 #define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) \ argument
5540 expected, should_print_help)