Lines Matching refs:GTEST_FLAG
329 if (testing::GTEST_FLAG(print_time)) {
349 if (testing::GTEST_FLAG(print_time)) {
397 if (testing::GTEST_FLAG(print_time)) {
1023 options.gtest_color = testing::GTEST_FLAG(color);
1024 options.gtest_print_time = testing::GTEST_FLAG(print_time);
1025 options.gtest_repeat = testing::GTEST_FLAG(repeat);
1026 options.gtest_output = testing::GTEST_FLAG(output);
1141 testing::GTEST_FLAG(color) = options.gtest_color.c_str();
1142 testing::GTEST_FLAG(print_time) = options.gtest_print_time;