/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | basic_string.h | 109 class basic_string in _GLIBCXX_VISIBILITY() 124 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_VISIBILITY() 125 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY() 434 basic_string() in _GLIBCXX_VISIBILITY() 445 basic_string(const _Alloc& __a); in _GLIBCXX_VISIBILITY() 452 basic_string(const basic_string& __str); in _GLIBCXX_VISIBILITY() 459 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY() 468 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY() 480 basic_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY() 487 basic_string(const _CharT* __s, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | basic_string.tcc | 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 57 basic_string<_CharT, _Traits, _Alloc>:: 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 67 typename basic_string<_CharT, _Traits, _Alloc>::size_type 68 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[ 79 basic_string<_CharT, _Traits, _Alloc>:: 125 basic_string<_CharT, _Traits, _Alloc>:: 154 basic_string<_CharT, _Traits, _Alloc>:: [all …]
|
H A D | stringfwd.h | 61 class basic_string; in _GLIBCXX_VISIBILITY() local 65 typedef basic_string<char> string; /// A string of @c char in _GLIBCXX_VISIBILITY() 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t in _GLIBCXX_VISIBILITY() 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t in _GLIBCXX_VISIBILITY() 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t in _GLIBCXX_VISIBILITY()
|
H A D | regex.h | 57 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() 457 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY() 539 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s) in _GLIBCXX_VISIBILITY() 617 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, in _GLIBCXX_VISIBILITY() 767 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY() 946 operator==(const basic_string< in _GLIBCXX_VISIBILITY() 961 operator!=(const basic_string< in _GLIBCXX_VISIBILITY() 974 operator<(const basic_string< in _GLIBCXX_VISIBILITY() 987 operator>(const basic_string< in _GLIBCXX_VISIBILITY() 1000 operator>=(const basic_string< in _GLIBCXX_VISIBILITY() [all …]
|
H A D | locale_facets_nonio.h | 182 typedef basic_string<_CharT> __string_type; in _GLIBCXX_VISIBILITY() 377 typedef basic_string<_CharT> __string_type; in _GLIBCXX_VISIBILITY() 941 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() 1328 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() 1378 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() 1528 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() 1702 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() 1750 open(const basic_string<char>& __s, const locale& __loc) const in _GLIBCXX_VISIBILITY() 1768 open(const basic_string<char>&, const locale&, const char*) const; in _GLIBCXX_VISIBILITY() 1817 do_open(const basic_string<char>&, const locale&) const; in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | string | 41 /// Class std::basic_string with safety/checking/debug instrumentation. 44 class basic_string 46 basic_string<_CharT, _Traits, _Allocator>, 48 public std::basic_string<_CharT, _Traits, _Allocator> 50 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 52 basic_string, _Allocator, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> 68 typename _Base::iterator, basic_string> iterator; 70 typename _Base::const_iterator, basic_string> const_iterator; 77 basic_string() 83 basic_string(const _Allocator& __a) _GLIBCXX_NOEXCEPT [all …]
|
H A D | bitset | 145 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 146 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 148 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 149 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 155 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 156 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 158 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 169 typename std::basic_string<_CharT>::size_type __n 170 = std::basic_string<_CharT>::npos, 291 std::basic_string<_CharT, _Traits, _Alloc> [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 53 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 54 basic_string<_CharT, _Traits, _Alloc>::npos; 58 basic_string<_CharT, _Traits, _Alloc>:: 59 swap(basic_string& __s) _GLIBCXX_NOEXCEPT in swap() 131 typename basic_string<_CharT, _Traits, _Alloc>::pointer 132 basic_string<_CharT, _Traits, _Alloc>:: 163 basic_string<_CharT, _Traits, _Alloc>:: 206 basic_string<_CharT, _Traits, _Alloc>:: 237 basic_string<_CharT, _Traits, _Alloc>:: 254 basic_string<_CharT, _Traits, _Alloc>:: [all …]
|
H A D | basic_string.h | 77 class basic_string in _GLIBCXX_VISIBILITY() 94 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_VISIBILITY() 95 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY() 118 __not_<is_convertible<const _Tp*, const basic_string*>>, in _GLIBCXX_VISIBILITY() 293 { typedef basic_string& __type; }; in _GLIBCXX_VISIBILITY() 403 _M_assign(const basic_string&); in _GLIBCXX_VISIBILITY() 420 basic_string() in _GLIBCXX_VISIBILITY() 429 basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 437 basic_string(const basic_string& __str) in _GLIBCXX_VISIBILITY() 450 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY() [all …]
|
H A D | stringfwd.h | 71 class basic_string; in _GLIBCXX_VISIBILITY() 74 typedef basic_string<char> string; in _GLIBCXX_VISIBILITY() 78 typedef basic_string<wchar_t> wstring; in _GLIBCXX_VISIBILITY() 84 typedef basic_string<char16_t> u16string; in _GLIBCXX_VISIBILITY() 87 typedef basic_string<char32_t> u32string; in _GLIBCXX_VISIBILITY()
|
H A D | regex.h | 85 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() 484 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY() 572 operator=(const basic_string<_Ch_type, _Ch_traits, _Alloc>& __s) in _GLIBCXX_VISIBILITY() 649 assign(const basic_string<_Ch_type, _Ch_traits, _Alloc>& __s, in _GLIBCXX_VISIBILITY() 872 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY() 1040 using __sub_match_string = basic_string< in _GLIBCXX_VISIBILITY() 1591 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() 1829 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY() 1840 basic_string<char_type, _St, _Sa> in _GLIBCXX_VISIBILITY() 1841 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY() [all …]
|
H A D | fs_path.h | 84 __is_path_src(const basic_string<_CharT, _Traits, _Alloc>&, int); in _GLIBCXX_VISIBILITY() 126 _S_range_begin(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY() 131 _S_range_end(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY() 158 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY() 326 std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY() 340 std::basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY() 448 std::basic_string<typename remove_cv<_Tp>::type> __tmp; in _GLIBCXX_VISIBILITY() 478 static basic_string<_CharT, _Traits, _Allocator> in _GLIBCXX_VISIBILITY() 576 basic_string<_CharT, _Traits> __tmp; in _GLIBCXX_VISIBILITY() 729 const std::basic_string<_CharT> __str(__first, __last); in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | string | 39 /// Class std::basic_string with safety/checking/debug instrumentation. 42 class basic_string 43 : public std::basic_string<_CharT, _Traits, _Allocator>, 44 public __gnu_debug::_Safe_sequence<basic_string<_CharT, _Traits, 47 typedef std::basic_string<_CharT, _Traits, _Allocator> _Base; 48 typedef __gnu_debug::_Safe_sequence<basic_string> _Safe_base; 62 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string> 65 basic_string> const_iterator; 73 explicit basic_string(const _Allocator& __a = _Allocator()) 78 basic_string(const _Base& __base) : _Base(__base) { } [all …]
|
H A D | bitset | 145 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 146 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 148 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 149 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 155 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 156 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 158 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 169 typename std::basic_string<_CharT>::size_type __n 170 = std::basic_string<_CharT>::npos, 291 std::basic_string<_CharT, _Traits, _Alloc> [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | string | 51 erase_if(basic_string<_CharT, _Traits, _Alloc>& __cont, _Predicate __pred) 59 erase(basic_string<_CharT, _Traits, _Alloc>& __cont, const _Up& __value) 68 // basic_string using polymorphic allocator in namespace pmr 70 using basic_string = 71 std::basic_string<_CharT, _Traits, polymorphic_allocator<_CharT>>; 73 // basic_string typedef names using polymorphic allocator in namespace 75 typedef basic_string<char> string; 76 typedef basic_string<char16_t> u16string; 77 typedef basic_string<char32_t> u32string; 78 typedef basic_string<wchar_t> wstring;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | compatibility.cc | 273 basic_string<char>::_M_copy(char*, const char*, size_t); 277 basic_string<char>::_M_move(char*, const char*, size_t); 281 basic_string<char>::_M_assign(char*, size_t, char); 285 basic_string<char>::_M_disjunct(const char*) const; 289 basic_string<char>::_M_check_length(size_t, size_t, const char*) const; 293 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t); 319 basic_string<wchar_t>::_M_copy(wchar_t*, const wchar_t*, size_t); 323 basic_string<wchar_t>::_M_move(wchar_t*, const wchar_t*, size_t); 327 basic_string<wchar_t>::_M_assign(wchar_t*, size_t, wchar_t); 331 basic_string<wchar_t>::_M_disjunct(const wchar_t*) const; [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | compatibility.cc | 273 basic_string<char>::_M_copy(char*, const char*, size_t); 277 basic_string<char>::_M_move(char*, const char*, size_t); 281 basic_string<char>::_M_assign(char*, size_t, char); 285 basic_string<char>::_M_disjunct(const char*) const; 289 basic_string<char>::_M_check_length(size_t, size_t, const char*) const; 293 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t); 319 basic_string<wchar_t>::_M_copy(wchar_t*, const wchar_t*, size_t); 323 basic_string<wchar_t>::_M_move(wchar_t*, const wchar_t*, size_t); 327 basic_string<wchar_t>::_M_assign(wchar_t*, size_t, wchar_t); 331 basic_string<wchar_t>::_M_disjunct(const wchar_t*) const; [all …]
|
H A D | istream-string.cc | 43 operator>>(basic_istream<char>& __in, basic_string<char>& __str) in operator >>() 50 typedef basic_string<char> __string_type; in operator >>() 122 getline(basic_istream<char>& __in, basic_string<char>& __str, in getline() 130 typedef basic_string<char> __string_type; in getline() 207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, in getline() 215 typedef basic_string<wchar_t> __string_type; in getline()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
H A D | string-inst.cc | 44 typedef basic_string<C> S; 46 template class basic_string<C>; variable 55 S::basic_string(C*, C*, const allocator<C>&); 58 S::basic_string(const C*, const C*, const allocator<C>&); 61 S::basic_string(S::iterator, S::iterator, const allocator<C>&);
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
H A D | bitset | 110 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 111 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 113 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 114 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 120 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 121 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 123 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 134 typename std::basic_string<_CharT>::size_type __n 135 = std::basic_string<_CharT>::npos, 247 std::basic_string<_CharT, _Traits, _Alloc> [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | string-inst.cc | 55 typedef basic_string<C> S; 57 template class basic_string<C>; variable 66 S::basic_string(C*, C*, const allocator<C>&); 69 S::basic_string(const C*, const C*, const allocator<C>&); 72 S::basic_string(S::iterator, S::iterator, const allocator<C>&);
|
H A D | cxx11-shim_facets.cc | 77 static_cast<std::basic_string<C>*>(p)->~basic_string(); in __destroy_string() 134 operator=(const basic_string<C>& s) in operator =() 138 ::new(_M_bytes) basic_string<C>(s); in operator =() 151 operator basic_string<C>() const in operator basic_string<C>() 155 return basic_string<C>(static_cast<const C*>(_M_str), _M_str._M_len); in operator basic_string<C>() 262 typedef basic_string<_CharT> string_type; 439 typedef basic_string<_CharT> string_type; 445 do_open(const basic_string<char>& s, const locale& l) const in do_open() 486 __copy(const C*& dest, const basic_string<C>& s) in __copy() 648 st = m->get(c, set, msgid, basic_string<C>(s, n)); in __messages_get() [all …]
|
H A D | cow-stdexcept.cc | 141 __cow_string::~__cow_string() { _M_str.~basic_string(); } in ~__cow_string() 233 typedef std::basic_string<char> bs_type; in _txnal_cow_string_C1_for_exceptions() 294 typedef std::basic_string<char> bs_type; in _txnal_cow_string_c_str() 313 typedef std::basic_string<char> bs_type; in _txnal_cow_string_D1_commit() 321 typedef std::basic_string<char> bs_type; in _txnal_cow_string_D1()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/ |
H A D | bitset | 64 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 65 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 67 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 68 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 74 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __str, 75 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 77 typename std::basic_string<_CharT, _Traits, _Alloc>::size_type 88 typename std::basic_string<_CharT>::size_type __n 89 = std::basic_string<_CharT>::npos,
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | stdexcept | 67 typedef basic_string<char> __sso_string; 69 typedef basic_string<char> __cow_string; 99 typedef basic_string<char> __sso_string; 100 typedef basic_string<char> __cow_string; 169 * permitted size (e.g., a basic_string instance). */ 181 * range (e.g., boundary checks in basic_string). */
|