Home | History | Annotate | Download | only in googletest

Lines Matching refs:GTEST_FLAG

957   const bool use_fork = GTEST_FLAG(death_test_use_fork);
1069 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1070 GTEST_FLAG(death_test_style) == "fast") {
1076 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1078 } else if (GTEST_FLAG(death_test_style) == "fast") {
1087 GTEST_FLAG(death_test_style).c_str()));
1181 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1184 if (GTEST_FLAG(internal_run_death_test) == "") return NULL;
1191 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields);
1208 GTEST_FLAG(internal_run_death_test).c_str()));
1221 GTEST_FLAG(internal_run_death_test).c_str()));