Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Dstring_util.cc184 const int strtoulErrno = errno; in stoul() local
189 if (strtoulErrno == ERANGE) { in stoul()
192 } else if (strEnd == strStart || strtoulErrno != 0) { in stoul()

Completed in 2 milliseconds