Lines Matching refs:stoll
23081 stoll(const string& __str, size_t* __idx = 0, int __base = 10)
23082 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
23187 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10)
23188 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),