Home | History | Annotate | Download | only in src

Lines Matching defs:as_integer

56 // 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 )
99 as_integer(const string& func, const string& s, size_t* idx, int base )
107 as_integer( const string& func, const string& s, size_t* idx, int base )
115 as_integer( const string& func, const string& s, size_t* idx, int base )
123 as_integer( const string& func, const string& s, size_t* idx, int base )
132 as_integer( const string& func, const wstring& s, size_t* idx, int base )
144 as_integer( const string& func, const wstring& s, size_t* idx, int base )
152 as_integer( const string& func, const wstring& s, size_t* idx, int base )
160 as_integer( const string& func, const wstring& s, size_t* idx, int base )
168 as_integer( const string& func, const wstring& s, size_t* idx, int base )
252 return as_integer<int>( "stoi", str, idx, base );
258 return as_integer<int>( "stoi", str, idx, base );
264 return as_integer<long>( "stol", str, idx, base );
270 return as_integer<long>( "stol", str, idx, base );
276 return as_integer<unsigned long>( "stoul", str, idx, base );
282 return as_integer<unsigned long>( "stoul", str, idx, base );
288 return as_integer<long long>( "stoll", str, idx, base );
294 return as_integer<long long>( "stoll", str, idx, base );
300 return as_integer<unsigned long long>( "stoull", str, idx, base );
306 return as_integer<unsigned long long>( "stoull", str, idx, base );