Home | History | Annotate | Download | only in src

Lines Matching defs:as_integer

62 // 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 )
105 as_integer(const string& func, const string& s, size_t* idx, int base )
113 as_integer( const string& func, const string& s, size_t* idx, int base )
121 as_integer( const string& func, const string& s, size_t* idx, int base )
129 as_integer( const string& func, const string& s, size_t* idx, int base )
138 as_integer( const string& func, const wstring& s, size_t* idx, int base )
150 as_integer( const string& func, const wstring& s, size_t* idx, int base )
158 as_integer( const string& func, const wstring& s, size_t* idx, int base )
166 as_integer( const string& func, const wstring& s, size_t* idx, int base )
174 as_integer( const string& func, const wstring& s, size_t* idx, int base )
258 return as_integer<int>( "stoi", str, idx, base );
264 return as_integer<int>( "stoi", str, idx, base );
270 return as_integer<long>( "stol", str, idx, base );
276 return as_integer<long>( "stol", str, idx, base );
282 return as_integer<unsigned long>( "stoul", str, idx, base );
288 return as_integer<unsigned long>( "stoul", str, idx, base );
294 return as_integer<long long>( "stoll", str, idx, base );
300 return as_integer<long long>( "stoll", str, idx, base );
306 return as_integer<unsigned long long>( "stoull", str, idx, base );
312 return as_integer<unsigned long long>( "stoull", str, idx, base );