Home
last modified time | relevance | path

Searched refs:strtodErrno (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/src/
H A Dstring_util.cc237 const int strtodErrno = errno; in stod() local
241 if (strtodErrno == ERANGE) { in stod()
244 } else if (strEnd == strStart || strtodErrno != 0) { in stod()

Completed in 1 milliseconds