Searched refs:_BString (Results 1 – 1 of 1) sorted by relevance
65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; typedef67 __bstr_wrapper (_BString const& __s) : in __bstr_wrapper()74 _BString const& b_str() const { return _BStr; } in b_str()77 _BString const& _BStr;88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; typedef89 typedef typename _BString::const_reference const_reference;90 typedef typename _BString::const_iterator const_iterator;91 typedef typename _BString::const_reverse_iterator const_reverse_iterator;92 typedef typename _BString::size_type size_type;93 typedef typename _BString::allocator_type allocator_type;[all …]