Lines Matching +defs:val +defs:func
45 void throw_from_string_out_of_range( const string& func ) in throw_from_string_out_of_range()
51 void throw_from_string_invalid_arg( const string& func ) in throw_from_string_invalid_arg()
61 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
107 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
115 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
123 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
132 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
144 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
152 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
160 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
168 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
178 as_float_helper(const string& func, const S& str, size_t* idx, F f ) in as_float_helper()
202 as_float( const string& func, const string& s, size_t* idx ) in as_float()
210 as_float(const string& func, const string& s, size_t* idx ) in as_float()
218 as_float( const string& func, const string& s, size_t* idx ) in as_float()
226 as_float( const string& func, const wstring& s, size_t* idx ) in as_float()
234 as_float( const string& func, const wstring& s, size_t* idx ) in as_float()
242 as_float( const string& func, const wstring& s, size_t* idx ) in as_float()
436 string to_string(int val) in to_string()
441 string to_string(unsigned val) in to_string()
446 string to_string(long val) in to_string()
451 string to_string(unsigned long val) in to_string()
456 string to_string(long long val) in to_string()
461 string to_string(unsigned long long val) in to_string()
466 string to_string(float val) in to_string()
471 string to_string(double val) in to_string()
476 string to_string(long double val) in to_string()
481 wstring to_wstring(int val) in to_wstring()
486 wstring to_wstring(unsigned val) in to_wstring()
491 wstring to_wstring(long val) in to_wstring()
496 wstring to_wstring(unsigned long val) in to_wstring()
501 wstring to_wstring(long long val) in to_wstring()
506 wstring to_wstring(unsigned long long val) in to_wstring()
511 wstring to_wstring(float val) in to_wstring()
516 wstring to_wstring(double val) in to_wstring()
521 wstring to_wstring(long double val) in to_wstring()