Searched refs:StrToT (Results 1 – 1 of 1) sorted by relevance
54 T StrToT(const char* str, char** str_end);57 inline float StrToT(const char* str, char** str_end) { in StrToT() function62 inline double StrToT(const char* str, char** str_end) { in StrToT() function67 inline long double StrToT(const char* str, char** str_end) { in StrToT() function78 const T value = StrToT<T>(str, &end); in ParseFloatingPoint()