Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp153 as_integer(const string& func, const wstring& s, size_t* idx, int base) in as_integer() function
226 return as_integer<int>("stoi", str, idx, base); in stoi()
230 return as_integer<long>("stol", str, idx, base); in stol()
234 return as_integer<unsigned long>("stoul", str, idx, base); in stoul()
238 return as_integer<long long>("stoll", str, idx, base); in stoll()
242 return as_integer<unsigned long long>("stoull", str, idx, base); in stoull()
259 return as_integer<int>("stoi", str, idx, base); in stoi()
263 return as_integer<long>("stol", str, idx, base); in stol()
267 return as_integer<unsigned long>("stoul", str, idx, base); in stoul()
271 return as_integer<long long>("stoll", str, idx, base); in stoll()
[all …]