Home
last modified time | relevance | path

Searched refs:numeric_value (Results 1 – 1 of 1) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp98 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric() argument
100 auto result = std::from_chars(value.c_str(), value.c_str() + value.size(), *numeric_value, 10); in GetNumeric()