Home | History | Annotate | Download | only in ext

Lines Matching refs:stoi

2584   stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2585 stoi", __str.c_str(),
2686 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2687 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),