Home | History | Annotate | Download | only in ext

Lines Matching refs:stoi

2541   stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2542 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2643 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2644 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),