Lines Matching refs:stoul
23076 stoul(const string& __str, size_t* __idx = 0, int __base = 10)
23077 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
23182 stoul(const wstring& __str, size_t* __idx = 0, int __base = 10)
23183 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),