Searched refs:SetNumeric (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/testing/gtest_extras/ |
H A D | Options.cpp | 48 {"deadline_threshold_ms", {FLAG_REQUIRES_VALUE, &Options::SetNumeric}}, 49 {"slow_threshold_ms", {FLAG_REQUIRES_VALUE, &Options::SetNumeric}}, 117 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric() function in android::gtest_extras::Options
|
H A D | Options.h | 83 bool SetNumeric(const std::string&, const std::string&, bool);
|