Home | History | Annotate | Download | only in src

Lines Matching refs:GTEST_FLAG

905   const bool use_fork = GTEST_FLAG(death_test_use_fork);
1016 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1017 GTEST_FLAG(death_test_style) == "fast") {
1021 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1023 } else if (GTEST_FLAG(death_test_style) == "fast") {
1030 GTEST_FLAG(death_test_style).c_str()));
1124 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1127 if (GTEST_FLAG(internal_run_death_test) == "") return NULL;
1134 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields);
1150 GTEST_FLAG(internal_run_death_test).c_str()));
1162 GTEST_FLAG(internal_run_death_test).c_str()));