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;
1412 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1742 typedef basic_string<_CharT> string_type;
1782 typedef basic_string<char_type> string_type;
2400 typedef basic_string<_CharT> string_type;
2448 typedef basic_string<char_type> string_type;
2639 typedef basic_string<char_type> string_type;
2697 typedef basic_string<char_type> string_type;
2752 typedef basic_string<char_type> string_type;
2810 typedef basic_string<char_type> string_type;
3192 typedef basic_string<char_type> string_type;
3368 typedef basic_string<char_type> string_type;
3530 typedef basic_string<_CharT> string_type;
3537 catalog open(const basic_string<char>& __nm, const locale& __loc) const
3561 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3573 messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
3635 typedef basic_string<_CharT> string_type;
3659 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3660 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string;