Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp124 inline V as_integer(const string& func, const S& s, size_t* idx, int base);
128 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
137 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
142 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
147 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
152 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
159 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
168 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
173 inline unsigned long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
178 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
[all …]