Searched refs:__vstring (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 2695 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2700 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2705 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2710 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2715 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) in _GLIBCXX_VISIBILITY() 2721 stof(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2725 stod(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2729 stold(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2737 inline __vstring in _GLIBCXX_VISIBILITY() 2739 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 55 typedef __versa_string<char> __vstring; in _GLIBCXX_VISIBILITY() typedef 56 typedef __vstring __sso_string; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 2696 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2701 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2706 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2711 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY() 2716 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) in _GLIBCXX_VISIBILITY() 2722 stof(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2726 stod(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2730 stold(const __vstring& __str, std::size_t* __idx = 0) in _GLIBCXX_VISIBILITY() 2738 inline __vstring in _GLIBCXX_VISIBILITY() 2740 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 55 typedef __versa_string<char> __vstring; in _GLIBCXX_VISIBILITY() typedef 56 typedef __vstring __sso_string; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2011 | 579 * include/ext/vstring.h (hash<__vstring>::operator(), 5654 * include/ext/vstring.h (hash<__gnu_cxx::__vstring>,
|