Searched refs:basic_string (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/src/
H A Dstring-inst.cc47 typedef basic_string<C> S;
49 template class basic_string<C>;
58 S::basic_string(C*, C*, const allocator<C>&);
61 S::basic_string(const C*, const C*, const allocator<C>&);
64 S::basic_string(S::iterator, S::iterator, const allocator<C>&);
H A Dcompatibility.cc253 basic_string<char>::_M_copy(char*, const char*, size_t);
257 basic_string<char>::_M_move(char*, const char*, size_t);
261 basic_string<char>::_M_assign(char*, size_t, char);
265 basic_string<char>::_M_disjunct(const char*) const;
269 basic_string<char>::_M_check_length(size_t, size_t, const char*) const;
273 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t);
299 basic_string<wchar_t>::_M_copy(wchar_t*, const wchar_t*, size_t);
303 basic_string<wchar_t>::_M_move(wchar_t*, const wchar_t*, size_t);
307 basic_string<wchar_t>::_M_assign(wchar_t*, size_t, wchar_t);
311 basic_string<wchar_
[all...]
H A Dconcept-inst.cc96 std::basic_string<wchar_t, std::char_traits<wchar_t>,
101 std::basic_string<wchar_t, std::char_traits<wchar_t>,
H A Distream.cc264 operator>>(basic_istream<char>& __in, basic_string<char>& __str)
272 typedef basic_string<char> __string_type;
339 getline(basic_istream<char>& __in, basic_string<char>& __str,
348 typedef basic_string<char> __string_type;
568 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str,
577 typedef basic_string<wchar_t> __string_type;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstringfwd.h56 class basic_string;
60 typedef basic_string<char> string;
65 typedef basic_string<wchar_t> wstring;
H A Dbasic_string.h32 /** @file basic_string.h
52 * @class basic_string basic_string.h <string>
76 * [basic_string<char_type>] _M_capacity
109 // 21.3 Template class basic_string
111 class basic_string class
126 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
127 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
422 basic_string();
428 basic_string(cons
2065 basic_string() function in class:basic_string
2081 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2118 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2134 operator +(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) argument
2152 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2164 operator ==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2176 operator ==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2189 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2201 operator !=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2213 operator !=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2226 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2238 operator <(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2250 operator <(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2263 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2275 operator >(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2287 operator >(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2300 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2312 operator <=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2324 operator <=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2337 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2349 operator >=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, const _CharT* __rhs) argument
2361 operator >=(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs) argument
2409 operator <<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) argument
[all...]
H A Dlocale_classes.h260 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
261 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
H A Dlocale_facets.h1669 typedef basic_string<_CharT> string_type;
1898 typedef basic_string<_CharT> string_type;
2544 typedef basic_string<_CharT> string_type;
2719 typedef basic_string<_CharT> string_type;
2875 typedef basic_string<_CharT> __string_type;
3066 typedef basic_string<_CharT> __string_type;
3622 typedef basic_string<_CharT> string_type;
4006 typedef basic_string<_CharT> string_type;
4053 typedef basic_string<_CharT> string_type;
4201 typedef basic_string<_Char
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_string.h54 #include <bits/basic_string.h>
58 # include <bits/basic_string.tcc>
H A Dstd_bitset.h755 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s,
763 std::basic_string<_CharT, _Traits, _Alloc>::npos);
776 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s,
1018 std::basic_string<_CharT, _Traits, _Alloc>
1021 std::basic_string<_CharT, _Traits, _Alloc> __result;
1029 std::basic_string<_CharT, _Traits, std::allocator<_CharT> >
1034 std::basic_string<_CharT, std::char_traits<_CharT>,
1042 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
1052 _M_copy_from_string(const std::basic_string<_CharT,
1058 _M_copy_to_string(std::basic_string<_Char
[all...]
H A Dstd_sstream.h55 * available as, a @c std::basic_string. (Paraphrased from [27.7.1]/1.)
76 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
257 * This class supports reading from objects of type std::basic_string,
277 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
370 * This class supports writing to objects of type std::basic_string,
390 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
484 * std::basic_string, using the inherited functions from
503 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
H A Dstd_streambuf.h177 basic_string<_CharT2, _Traits2, _Alloc>&);
182 basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
67 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const argument
/freebsd-11-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h46 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
57 messages<_CharT>::do_open(const basic_string<char>& __s,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp143 std::basic_string<
151 std::basic_string<
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.h66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
84 messages<_CharT>::do_open(const basic_string<char>& __s,
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
24 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h118 hash_code hash_value(const std::basic_string<T> &arg);
653 hash_code hash_value(const std::basic_string<T> &arg) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp157 case SpecialSubKind::basic_string:
158 return printStr("SpecialSubKind::basic_string");
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile112 BITSHDRS= allocator.h basic_ios.h basic_ios.tcc basic_string.h \
113 basic_string.tcc boost_concept_check.h char_traits.h codecvt.h \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1342 basic_string, member in class:SpecialSubKind
1362 case SpecialSubKind::basic_string:
1363 return StringView("basic_string");
1365 return StringView("basic_string");
1381 case SpecialSubKind::basic_string:
1382 S += "std::basic_string";
1385 S += "std::basic_string<char, std::char_traits<char>, "
1414 case SpecialSubKind::basic_string:
1415 return StringView("basic_string");
1433 case SpecialSubKind::basic_string
[all...]
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am98 ${bits_srcdir}/basic_string.h \
99 ${bits_srcdir}/basic_string.tcc \
H A DMakefile.in324 ${bits_srcdir}/basic_string.h \
325 ${bits_srcdir}/basic_string.tcc \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp164 as<std::string>().~basic_string();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp399 std::basic_string<uint8_t> zeros(reg_info.byte_size, '\0');

Completed in 173 milliseconds

12