Searched refs:as_integer (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 86 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 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 [all …]
|