Searched defs:should_print_help (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5594 const Flags& expected, bool should_print_help) {
5618 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5623 if (should_print_help) {
5637 #define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) \
5640 expected, should_print_help)
5592 TestParsingFlags(int argc1, const CharType** argv1, int argc2, const CharType** argv2, const Flags& expected, bool should_print_help) argument
/external/gtest/test/
H A Dgtest_unittest.cc5485 const Flags& expected, bool should_print_help) {
5509 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5514 if (should_print_help) {
5528 #define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) \
5531 expected, should_print_help)
5483 TestParsingFlags(int argc1, const CharType** argv1, int argc2, const CharType** argv2, const Flags& expected, bool should_print_help) argument

Completed in 105 milliseconds