HomeSort by: relevance | last modified time | path
    Searched defs:stoll (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 292 stoll(const string& str, size_t* idx, int base) function
294 return as_integer<long long>( "stoll", str, idx, base );
298 stoll(const wstring& str, size_t* idx, int base) function
300 return as_integer<long long>( "stoll", str, idx, base );
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2708 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2709 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2813 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
2814 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2711 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2712 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2816 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
2817 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4180 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function
4181 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
4190 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function
4447 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10)
4448 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 3998 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function
3999 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
4141 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10)
4142 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),

Completed in 42 milliseconds