Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp106 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
115 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
120 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
125 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
130 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
137 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
146 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
153 as_integer(const string& func, const wstring& s, size_t* idx, int base) in as_integer() function
159 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
164 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function