Searched refs:SetNumeric (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/ |
D | Options.cpp | 44 {"deadline_threshold_ms", {FLAG_REQUIRES_VALUE, &Options::SetNumeric}}, 45 {"slow_threshold_ms", {FLAG_REQUIRES_VALUE, &Options::SetNumeric}}, 116 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric() function in android::gtest_extras::Options
|
D | Options.h | 81 bool SetNumeric(const std::string&, const std::string&, bool);
|