Searched defs:gtest_print_time (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp1001 bool gtest_print_time; member in struct:IsolationTestOptions
1080 options.gtest_print_time = testing::GTEST_FLAG(print_time);
1118 } else if (strcmp(args[i], "--gtest_print_time=0") == 0) {
1119 options.gtest_print_time = false;
1198 testing::GTEST_FLAG(print_time) = options.gtest_print_time;

Completed in 78 milliseconds