Home | History | Annotate | Download | only in ext

Lines Matching refs:stoull

2561   stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2562 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2663 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2664 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),