Lines Matching refs:stoi
23066 stoi(const string& __str, size_t* __idx = 0, int __base = 10)
23067 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
23172 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10)
23173 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),