Searched refs:SetPrintTime (Results 1 – 2 of 2) sorted by relevance
87 bool SetPrintTime(const std::string&, const std::string&, bool);
55 {"gtest_print_time", {FLAG_ENVIRONMENT_VARIABLE | FLAG_OPTIONAL_VALUE, &Options::SetPrintTime}},109 bool Options::SetPrintTime(const std::string&, const std::string& value, bool) { in SetPrintTime() function in android::gtest_extras::Options