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;
1263 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1476 typedef basic_string<_CharT> string_type;
1527 typedef basic_string<char_type> string_type;
1989 typedef basic_string<_CharT> string_type;
2045 typedef basic_string<char_type> string_type;
2197 typedef basic_string<char_type> string_type;
2254 typedef basic_string<char_type> string_type;
2315 typedef basic_string<char_type> string_type;
2377 typedef basic_string<char_type> string_type;
2688 typedef basic_string<char_type> string_type;
2865 typedef basic_string<char_type> string_type;
3019 typedef basic_string<_CharT> string_type;
3023 _LIBCPP_HIDE_FROM_ABI catalog open(const basic_string<char>& __nm, const locale& __loc) const {
3038 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3047 typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const …
3095 typedef basic_string<_CharT> string_type;
3116 typedef basic_string<char, char_traits<char>, _ByteAlloc> byte_string;
3117 typedef basic_string<_Elem, char_traits<_Elem>, _WideAlloc> wide_string;