Home
last modified time | relevance | path

Searched refs:SetPrintTime (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/
DOptions.h87 bool SetPrintTime(const std::string&, const std::string&, bool);
DOptions.cpp55 {"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