Home | History | Annotate | Download | only in ext

Lines Matching refs:stoull

2484   stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2485 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2544 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2545 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),