Lines Matching defs:__idx

2461   stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2463 __idx, __base); }
2466 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2468 __idx, __base); }
2471 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2473 __idx, __base); }
2476 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2478 __idx, __base); }
2481 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2483 __idx, __base); }
2487 stof(const __vstring& __str, std::size_t* __idx = 0)
2488 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2491 stod(const __vstring& __str, std::size_t* __idx = 0)
2492 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2495 stold(const __vstring& __str, std::size_t* __idx = 0)
2496 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2563 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2565 __idx, __base); }
2568 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2570 __idx, __base); }
2573 stoul(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2575 __idx, __base); }
2578 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2580 __idx, __base); }
2583 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10)
2585 __idx, __base); }
2589 stof(const __wvstring& __str, std::size_t* __idx = 0)
2590 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
2593 stod(const __wvstring& __str, std::size_t* __idx = 0)
2594 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
2597 stold(const __wvstring& __str, std::size_t* __idx = 0)
2598 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }