Home | History | Annotate | Download | only in bits

Lines Matching refs:stol

2573   stol(const string& __str, size_t* __idx = 0, int __base = 10)
2574 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2634 stol(const wstring& __str, size_t* __idx = 0, int __base = 10)
2635 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),