Searched refs:basic_stringbuf (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 46 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 47 basic_stringbuf<_CharT, _Traits, _Alloc>:: 80 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 81 basic_stringbuf<_CharT, _Traits, _Alloc>:: 131 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 132 basic_stringbuf<_CharT, _Traits, _Alloc>:: 149 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 150 basic_stringbuf<_CharT, _Traits, _Alloc>:: 197 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 198 basic_stringbuf<_CharT, _Traits, _Alloc>:: [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 45 basic_stringbuf<_CharT, _Traits, _Alloc>:: 78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 79 basic_stringbuf<_CharT, _Traits, _Alloc>:: 148 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 149 basic_stringbuf<_CharT, _Traits, _Alloc>:: 166 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 167 basic_stringbuf<_CharT, _Traits, _Alloc>:: 214 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 215 basic_stringbuf<_CharT, _Traits, _Alloc>:: [all …]
|
H A D | basic_string.h | 3035 template<typename, typename, typename> friend class basic_stringbuf; in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | sstream | 46 // [27.7.1] template class basic_stringbuf 65 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 73 // 251. basic_stringbuf missing allocator_type 100 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 113 basic_stringbuf(const __string_type& __str, 120 basic_stringbuf(const basic_stringbuf&) = delete; 122 basic_stringbuf(basic_stringbuf&& __rhs) 123 : basic_stringbuf(std::move(__rhs), __xfer_bufptrs(__rhs, this)) 128 basic_stringbuf& 129 operator=(const basic_stringbuf&) = delete; [all …]
|
H A D | iosfwd | 96 class basic_stringbuf; 147 typedef basic_stringbuf<char> stringbuf; 187 typedef basic_stringbuf<wchar_t> wstringbuf;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | sstream | 46 // [27.7.1] template class basic_stringbuf 60 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 67 // 251. basic_stringbuf missing allocator_type 94 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 107 basic_stringbuf(const __string_type& __str, 259 * the associated sequence, an instance of std::basic_stringbuf is used, 270 // 251. basic_stringbuf missing allocator_type 278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 334 * @return The current basic_stringbuf buffer. 369 * the associated sequence, an instance of std::basic_stringbuf is used, [all …]
|
H A D | iosfwd | 95 class basic_stringbuf; 144 typedef basic_stringbuf<char> stringbuf; 184 typedef basic_stringbuf<wchar_t> wstringbuf;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | sstream-inst.cc | 36 template class basic_stringbuf<char>; variable 42 template class basic_stringbuf<wchar_t>; variable
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | sstream-inst.cc | 40 template class basic_stringbuf<char>; variable 46 template class basic_stringbuf<wchar_t>; variable
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 58 # std::basic_stringbuf 314 # std::basic_stringbuf 1286 # basic_stringbuf<>::_M_pbump
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 58 # std::basic_stringbuf 352 # std::basic_stringbuf 1531 # basic_stringbuf<>::_M_pbump
|