Lines Matching refs:stol
23071 stol(const string& __str, size_t* __idx = 0, int __base = 10)
23072 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
23177 stol(const wstring& __str, size_t* __idx = 0, int __base = 10)
23178 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),