Lines Matching refs:basic_string
84 __is_path_src(const basic_string<_CharT, _Traits, _Alloc>&, int); in _GLIBCXX_VISIBILITY()
126 _S_range_begin(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
131 _S_range_end(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
158 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
326 std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()
340 std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()
448 std::basic_string<typename remove_cv<_Tp>::type> __tmp; in _GLIBCXX_VISIBILITY()
478 static basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()
576 basic_string<_CharT, _Traits> __tmp; in _GLIBCXX_VISIBILITY()
729 const std::basic_string<_CharT> __str(__first, __last); in _GLIBCXX_VISIBILITY()
871 std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()
875 return std::basic_string<_CharT, _Traits, _Allocator>(__a); in _GLIBCXX_VISIBILITY()
882 using _String = basic_string<char, char_traits<char>, _CharAlloc>; in _GLIBCXX_VISIBILITY()
883 using _WString = basic_string<_CharT, _Traits, _Allocator>; in _GLIBCXX_VISIBILITY()
905 basic_string<_CharT, _Traits, _Allocator> __wstr{__a}; in _GLIBCXX_VISIBILITY()
915 inline basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()
962 inline std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY()