Home
last modified time | relevance | path

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

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