Searched defs:as_integer (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 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 104 inline unsigned 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 114 inline unsigned 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 135 inline unsigned 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 145 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
|