Home | History | Annotate | Download | only in ext

Lines Matching refs:stoull

2604   stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2605 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2706 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2707 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),