Lines Matching refs:as_integer

81 as_integer(const string& func, const S& s, size_t* idx, int base);
87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
107 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
115 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
123 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
132 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
144 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
152 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
160 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
168 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
252 return as_integer<int>( "stoi", str, idx, base ); in stoi()
258 return as_integer<int>( "stoi", str, idx, base ); in stoi()
264 return as_integer<long>( "stol", str, idx, base ); in stol()
270 return as_integer<long>( "stol", str, idx, base ); in stol()
276 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
282 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
288 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
294 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
300 return as_integer<unsigned long long>( "stoull", str, idx, base ); in stoull()
306 return as_integer<unsigned long long>( "stoull", str, idx, base ); in stoull()