Lines Matching refs:basic_string

57       typedef std::basic_string<char_type> string_type;  in _GLIBCXX_VISIBILITY()
457 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
539 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) in _GLIBCXX_VISIBILITY()
617 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, in _GLIBCXX_VISIBILITY()
767 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
946 operator==(const basic_string< in _GLIBCXX_VISIBILITY()
961 operator!=(const basic_string< in _GLIBCXX_VISIBILITY()
974 operator<(const basic_string< in _GLIBCXX_VISIBILITY()
987 operator>(const basic_string< in _GLIBCXX_VISIBILITY()
1000 operator>=(const basic_string< in _GLIBCXX_VISIBILITY()
1013 operator<=(const basic_string< in _GLIBCXX_VISIBILITY()
1028 const basic_string< in _GLIBCXX_VISIBILITY()
1043 const basic_string< in _GLIBCXX_VISIBILITY()
1057 const basic_string< in _GLIBCXX_VISIBILITY()
1071 const basic_string< in _GLIBCXX_VISIBILITY()
1085 const basic_string< in _GLIBCXX_VISIBILITY()
1099 const basic_string< in _GLIBCXX_VISIBILITY()
1498 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
1763 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1775 basic_string<char_type, _St, _Sa> in _GLIBCXX_VISIBILITY()
1776 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1780 basic_string<char_type, _St, _Sa> __result; in _GLIBCXX_VISIBILITY()
1996 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY()
1997 match_results<typename basic_string<_Ch_type, in _GLIBCXX_VISIBILITY()
2041 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, in _GLIBCXX_VISIBILITY()
2151 regex_search(const basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY()
2174 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY()
2175 match_results<typename basic_string<_Ch_type, in _GLIBCXX_VISIBILITY()
2202 const basic_string<_Ch_type>& __fmt, in _GLIBCXX_VISIBILITY()
2219 inline basic_string<_Ch_type> in _GLIBCXX_VISIBILITY()
2220 regex_replace(const basic_string<_Ch_type>& __s, in _GLIBCXX_VISIBILITY()
2222 const basic_string<_Ch_type>& __fmt, in _GLIBCXX_VISIBILITY()
2226 basic_string<_Ch_type> __result; in _GLIBCXX_VISIBILITY()