HomeSort by: relevance | last modified time | path
    Searched refs:__vstring (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring_fwd.h 57 typedef __versa_string<char> __vstring; typedef
58 typedef __vstring __sso_string;
vstring.h 2693 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2698 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2703 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2708 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2713 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2719 stof(const __vstring& __str, std::size_t* __idx = 0)
2723 stod(const __vstring& __str, std::size_t* __idx = 0)
2727 stold(const __vstring& __str, std::size_t* __idx = 0)
2735 inline __vstring
2737 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring_fwd.h 55 typedef __versa_string<char> __vstring; typedef
56 typedef __vstring __sso_string;
vstring.h 2696 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2701 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2706 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2711 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2716 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2722 stof(const __vstring& __str, std::size_t* __idx = 0)
2726 stod(const __vstring& __str, std::size_t* __idx = 0)
2730 stold(const __vstring& __str, std::size_t* __idx = 0)
2738 inline __vstring
2740 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int)
    [all...]

Completed in 66 milliseconds