Home | History | Annotate | Download | only in ext

Lines Matching full:__stoa

2585 __stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2590 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2595 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2600 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2605 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2611 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2615 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2619 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2687 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
2692 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
2697 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
2702 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
2707 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
2713 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
2717 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
2721 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }