Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dstring_util.cc243 const int strtodErrno = errno; in stod() local
247 if (strtodErrno == ERANGE) { in stod()
250 } else if (strEnd == strStart || strtodErrno != 0) { in stod()
/external/google-benchmark/src/
Dstring_util.cc243 const int strtodErrno = errno; in stod() local
247 if (strtodErrno == ERANGE) { in stod()
250 } else if (strEnd == strStart || strtodErrno != 0) { in stod()