Home | History | Annotate | Download | only in bits

Lines Matching refs:stoi

2568   stoi(const string& __str, size_t* __idx = 0, int __base = 10)
2569 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2629 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10)
2630 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),