Lines Matching refs:__gnu_cxx
42 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
2615 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2631 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2657 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2677 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()
2687 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
2695 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2700 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2705 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2710 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2715 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2721 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2725 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2729 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2738 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY()
2743 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2749 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2755 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2762 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2768 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2776 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2784 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2792 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2800 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2805 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2810 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2815 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2820 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2826 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2830 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2834 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2840 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2846 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2852 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2858 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2864 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2870 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2878 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2886 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2894 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2915 struct hash<__gnu_cxx::__vstring> in _GLIBCXX_VISIBILITY()
2916 : public __hash_base<size_t, __gnu_cxx::__vstring> in _GLIBCXX_VISIBILITY()
2919 operator()(const __gnu_cxx::__vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2926 struct hash<__gnu_cxx::__wvstring> in _GLIBCXX_VISIBILITY()
2927 : public __hash_base<size_t, __gnu_cxx::__wvstring> in _GLIBCXX_VISIBILITY()
2930 operator()(const __gnu_cxx::__wvstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2939 struct hash<__gnu_cxx::__u16vstring> in _GLIBCXX_VISIBILITY()
2940 : public __hash_base<size_t, __gnu_cxx::__u16vstring> in _GLIBCXX_VISIBILITY()
2943 operator()(const __gnu_cxx::__u16vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2950 struct hash<__gnu_cxx::__u32vstring> in _GLIBCXX_VISIBILITY()
2951 : public __hash_base<size_t, __gnu_cxx::__u32vstring> in _GLIBCXX_VISIBILITY()
2954 operator()(const __gnu_cxx::__u32vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()