| /src/external/apache2/llvm/dist/libcxx/src/ |
| string.cpp | 304 stoull(const string& str, size_t* idx, int base) function 306 return as_integer<unsigned long long>( "stoull", str, idx, base ); 310 stoull(const wstring& str, size_t* idx, int base) function 312 return as_integer<unsigned long long>( "stoull", str, idx, base );
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| vstring.h | 2713 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function 2714 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), 2818 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function 2819 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| vstring.h | 2716 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function 2717 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), 2821 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function 2822 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| basic_string.h | 4185 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function 4186 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), 4194 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function 4452 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) 4453 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| basic_string.h | 4003 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function 4004 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), 4146 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) 4147 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
|