Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DOptions.cpp76 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError()
90 static bool GetNumeric(const char* arg, const char* value, IntType* numeric_value, bool from_env) { in GetNumeric()
116 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric()
128 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly()
145 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations()
157 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile()
190 bool from_env) { in HandleArg()