Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DOptions.cpp48 {"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 DOptions.h83 bool SetNumeric(const std::string&, const std::string&, bool);