Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dstring_util.cc188 const int strtoulErrno = errno; in stoul() local
193 if (strtoulErrno == ERANGE) { in stoul()
196 } else if (strEnd == strStart || strtoulErrno != 0) { in stoul()
/external/google-benchmark/src/
Dstring_util.cc188 const int strtoulErrno = errno; in stoul() local
193 if (strtoulErrno == ERANGE) { in stoul()
196 } else if (strEnd == strStart || strtoulErrno != 0) { in stoul()