Home | History | Annotate | Download | only in ext

Lines Matching refs:stol

2469   stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2470 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2529 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2530 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),