Searched defs:from_env (Results 1 – 2 of 2) sorted by relevance
| /system/testing/gtest_extras/ |
| D | Options.cpp | 81 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError() 96 bool from_env) { in GetNumeric() 117 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric() 129 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly() 146 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations() 158 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile() 191 bool from_env) { in HandleArg()
|
| /system/extras/profcollectd/libprofcollectd/ |
| D | config.rs | 66 pub fn from_env() -> Result<Self> { in from_env() method
|