Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Dstring_util.cc210 const int strtolErrno = errno; in stoi() local
215 if (strtolErrno == ERANGE || long(int(result)) != result) { in stoi()
218 } else if (strEnd == strStart || strtolErrno != 0) { in stoi()

Completed in 1 milliseconds