Lines Matching refs:as_integer

87 as_integer(const string& func, const S& s, size_t* idx, int base);
93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
174 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
258 return as_integer<int>( "stoi", str, idx, base ); in stoi()
264 return as_integer<int>( "stoi", str, idx, base ); in stoi()
270 return as_integer<long>( "stol", str, idx, base ); in stol()
276 return as_integer<long>( "stol", str, idx, base ); in stol()
282 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
288 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
294 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
300 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
306 return as_integer<unsigned long long>( "stoull", str, idx, base ); in stoull()
312 return as_integer<unsigned long long>( "stoull", str, idx, base ); in stoull()