Home | History | Annotate | Download | only in bits

Lines Matching refs:stoi

2823   stoi(const string& __str, size_t* __idx = 0, int __base = 10)
2824 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2926 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10)
2927 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),