Home | History | Annotate | Download | only in gtest

Lines Matching refs:GTEST_FLAG

280   const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
292 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
364 const char* const p = GTEST_FLAG(filter).c_str();
369 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
394 return (GTEST_FLAG(catch_exceptions) &&
2210 const char* const gtest_color = GTEST_FLAG(color).c_str();
2311 const char * const filter = GTEST_FLAG(filter).c_str();
2930 if (result_type != TPRT_SUCCESS && GTEST_FLAG(break_on_failure)) {
2954 if (GTEST_FLAG(catch_exceptions)) {
3139 if (GTEST_FLAG(list_tests)) {
3163 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
3489 &GTEST_FLAG(break_on_failure)) ||
3491 &GTEST_FLAG(catch_exceptions)) ||
3492 ParseStringFlag(arg, kColorFlag, &GTEST_FLAG(color)) ||
3494 &GTEST_FLAG(death_test_style)) ||
3495 ParseStringFlag(arg, kFilterFlag, &GTEST_FLAG(filter)) ||
3497 &GTEST_FLAG(internal_run_death_test)) ||
3498 ParseBoolFlag(arg, kListTestsFlag, &GTEST_FLAG(list_tests)) ||
3499 ParseStringFlag(arg, kOutputFlag, &GTEST_FLAG(output)) ||
3500 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat))