Searched defs:from_env (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/gtest_isolated/ |
D | Options.cpp | 82 static void PrintError(const std::string& arg, std::string_view msg, bool from_env) { in PrintError() 97 bool from_env) { in GetNumeric() 118 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric() 130 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly() 147 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations() 159 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile() 192 bool from_env) { in HandleArg()
|
/system/extras/profcollectd/libprofcollectd/ |
D | config.rs | 70 pub fn from_env() -> Result<Self> { in from_env() method
|