Home | History | Annotate | Download | only in bits

Lines Matching refs:__stoa

2765   { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2770 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2775 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2780 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2785 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2791 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2795 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2799 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2868 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
2873 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
2878 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
2883 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
2888 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
2894 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
2898 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
2902 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }