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

  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 256 stoi(const string& str, size_t* idx, int base) function
258 return as_integer<int>( "stoi", str, idx, base );
262 stoi(const wstring& str, size_t* idx, int base) function
264 return as_integer<int>( "stoi", str, idx, base );
  /src/sys/dev/ieee1394/
fwphyreg.h 66 stoi:1, member in struct:phyreg_base
96 stoi:1,
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
string_util.cc 175 * stoul, stoi, stod. We reimplement them here using C functions strtoul,
206 int stoi(const std::string& str, size_t* pos, int base) { function in namespace:benchmark
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2693 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2694 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2798 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
2799 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2696 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2697 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2801 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
2802 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4164 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function
4165 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
4432 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10)
4433 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 3983 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function
3984 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
4126 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10)
4127 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),

Completed in 76 milliseconds