Lines Matching refs:GTEST_FLAG

333   const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
345 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
429 const char* const p = GTEST_FLAG(filter).c_str();
434 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
459 return (GTEST_FLAG(catch_exceptions) &&
2513 const char* const gtest_color = GTEST_FLAG(color).c_str();
2622 const char * const filter = GTEST_FLAG(filter).c_str();
2669 if (!GTEST_FLAG(print_time)) return;
2699 if (GTEST_FLAG(print_time)) {
2773 if (GTEST_FLAG(print_time)) {
2792 if (num_disabled && !GTEST_FLAG(also_run_disabled_tests)) {
3324 if (GTEST_FLAG(break_on_failure)) {
3326 } else if (GTEST_FLAG(throw_on_failure)) {
3355 internal::GTEST_FLAG(internal_run_death_test).GetLength() > 0;
3361 if (GTEST_FLAG(catch_exceptions) || in_death_test_child_process) {
3384 if (!GTEST_FLAG(break_on_failure))
3615 if (GTEST_FLAG(list_tests)) {
3645 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
3839 (GTEST_FLAG(also_run_disabled_tests) || !is_disabled) &&
4216 &GTEST_FLAG(also_run_disabled_tests)) ||
4218 &GTEST_FLAG(break_on_failure)) ||
4220 &GTEST_FLAG(catch_exceptions)) ||
4221 ParseStringFlag(arg, kColorFlag, &GTEST_FLAG(color)) ||
4223 &GTEST_FLAG(death_test_style)) ||
4225 &GTEST_FLAG(death_test_use_fork)) ||
4226 ParseStringFlag(arg, kFilterFlag, &GTEST_FLAG(filter)) ||
4228 &GTEST_FLAG(internal_run_death_test)) ||
4229 ParseBoolFlag(arg, kListTestsFlag, &GTEST_FLAG(list_tests)) ||
4230 ParseStringFlag(arg, kOutputFlag, &GTEST_FLAG(output)) ||
4231 ParseBoolFlag(arg, kPrintTimeFlag, &GTEST_FLAG(print_time)) ||
4232 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) ||
4233 ParseBoolFlag(arg, kThrowOnFailureFlag, &GTEST_FLAG(throw_on_failure))