Searched defs:as_float_helper (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Dstring.cpp183 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon7813
209 return as_float_helper<float>( func, s, idx, strtof );
217 return as_float_helper<double>( func, s, idx, strtod );
225 return as_float_helper<long double>( func, s, idx, strtold );
233 return as_float_helper<float>( func, s, idx, wcstof );
241 return as_float_helper<double>( func, s, idx, wcstod );
249 return as_float_helper<long double>( func, s, idx, wcstold );

Completed in 39 milliseconds