Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dstring.cpp86 inline V as_integer(const string& func, const S& s, size_t* idx, int base);
90 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
99 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
109 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
121 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
130 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
140 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
211 return as_integer<unsigned long>("stoul", str, idx, base); in stoul()
217 return as_integer<unsigned long long>("stoull", str, idx, base); in stoull()
232 return as_integer<unsigned long>("stoul", str, idx, base); in stoul()
[all …]