Home
last modified time | relevance | path

Searched defs:from_env (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp82 static std::string GetError(const std::string& arg, std::string_view msg, bool from_env) { in GetError()
99 bool from_env, std::string& error) { in GetNumeric()
120 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric()
132 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly()
149 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations()
161 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile()
194 bool from_env) { in HandleArg()
/system/extras/profcollectd/libprofcollectd/
Dconfig.rs70 pub fn from_env() -> Result<Self> { in from_env() method