Home | History | Annotate | Download | only in bits

Lines Matching refs:stoull

2843   stoull(const string& __str, size_t* __idx = 0, int __base = 10)
2844 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2946 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10)
2947 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),