Searched refs:GetNumeric (Results 1 – 1 of 1) sorted by relevance
/system/testing/gtest_extras/ |
D | Options.cpp | 90 static bool GetNumeric(const char* arg, const char* value, IntType* numeric_value, bool from_env) { in GetNumeric() function 118 if (!GetNumeric<uint64_t>(arg.c_str(), value.c_str(), numeric, from_env)) { in SetNumeric() 134 if (!GetNumeric<uint64_t>(arg.c_str(), value.c_str(), numeric, from_env)) { in SetNumericEnvOnly() 146 if (!GetNumeric<int>(arg.c_str(), value.c_str(), &num_iterations_, from_env)) { in SetIterations() 269 if (!GetNumeric<size_t>("-j", value, &job_count_, false)) { in Process()
|