Lines Matching refs:__gnu_cxx
43 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
2472 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2488 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2514 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2534 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()
2544 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
2551 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2556 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2561 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2566 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2571 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2577 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2581 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2585 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2592 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY()
2597 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2603 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2609 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2616 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2622 { return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2630 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2638 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2646 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2653 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2658 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2663 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2668 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2673 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2679 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2683 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2687 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2693 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2699 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2705 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2711 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2717 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2723 { return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2731 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2739 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2747 return __gnu_cxx::__to_xstring<__wvstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
2768 struct hash<__gnu_cxx::__vstring> in _GLIBCXX_VISIBILITY()
2769 : public __hash_base<size_t, __gnu_cxx::__vstring> in _GLIBCXX_VISIBILITY()
2772 operator()(const __gnu_cxx::__vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2779 struct hash<__gnu_cxx::__wvstring> in _GLIBCXX_VISIBILITY()
2780 : public __hash_base<size_t, __gnu_cxx::__wvstring> in _GLIBCXX_VISIBILITY()
2783 operator()(const __gnu_cxx::__wvstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2792 struct hash<__gnu_cxx::__u16vstring> in _GLIBCXX_VISIBILITY()
2793 : public __hash_base<size_t, __gnu_cxx::__u16vstring> in _GLIBCXX_VISIBILITY()
2796 operator()(const __gnu_cxx::__u16vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()
2803 struct hash<__gnu_cxx::__u32vstring> in _GLIBCXX_VISIBILITY()
2804 : public __hash_base<size_t, __gnu_cxx::__u32vstring> in _GLIBCXX_VISIBILITY()
2807 operator()(const __gnu_cxx::__u32vstring& __s) const noexcept in _GLIBCXX_VISIBILITY()