Home | History | Annotate | Download | only in bits

Lines Matching full:__stoa

2824   { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2829 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2834 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2839 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2844 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2850 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2854 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2858 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2927 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
2932 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
2937 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
2942 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
2947 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
2953 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
2957 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
2961 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }