StringToIntegerUntilCharWithCheck  688 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(start, endptr, 16, '-', &endptr))
StringToIntegerUntilCharWithCheck  691 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(end, endptr, 16, ' ', &endptr))
StringToIntegerUntilCharWithCheck  698 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(offset, endptr, 16, ' ', &endptr))
StringToIntegerUntilCharWithCheck  701 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(major, endptr, 16, ':', &endptr))
StringToIntegerUntilCharWithCheck  704 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(minor, endptr, 16, ' ', &endptr))
StringToIntegerUntilCharWithCheck  707 third_party/tcmalloc/chromium/src/base/sysinfo.cc   if (!StringToIntegerUntilCharWithCheck(inode, endptr, 10, ' ', &endptr))