Lines Matching refs:basic_string
54 basic_string<char> name() const;
58 bool operator()(const basic_string<charT,Traits,Allocator>& s1,
59 const basic_string<charT,Traits,Allocator>& s2) const;
90 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
91 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
1291 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1504 typedef basic_string<_CharT> string_type;
1555 typedef basic_string<char_type> string_type;
2017 typedef basic_string<_CharT> string_type;
2074 typedef basic_string<char_type> string_type;
2226 typedef basic_string<char_type> string_type;
2283 typedef basic_string<char_type> string_type;
2344 typedef basic_string<char_type> string_type;
2406 typedef basic_string<char_type> string_type;
2717 typedef basic_string<char_type> string_type;
2894 typedef basic_string<char_type> string_type;
3048 typedef basic_string<_CharT> string_type;
3052 _LIBCPP_HIDE_FROM_ABI catalog open(const basic_string<char>& __nm, const locale& __loc) const {
3067 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3076 typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const …
3124 typedef basic_string<_CharT> string_type;
3147 typedef basic_string<char, char_traits<char>, _ByteAlloc> byte_string;
3148 typedef basic_string<_Elem, char_traits<_Elem>, _WideAlloc> wide_string;