Home | History | Annotate | Download | only in ext

Lines Matching refs:stol

2589   stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2590 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2691 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2692 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),