Lines Matching refs:stream_base
26 struct stream_base{ struct
35 struct stream_base{ struct
44 struct stream_base{ struct
276 public T_StreamType::template stream_base<CharType, Traits>::type
280 typedef typename T_StreamType::template stream_base<CharType, Traits>::type stream_base; typedef in boost::nowide::detail::fstream_impl
283 using stream_base::setstate;
284 using stream_base::clear;
289 fstream_impl() : stream_base(&buf_) in fstream_impl()
296 stream_base(std::move(other)) in fstream_impl()
303 stream_base::operator=(std::move(rhs)); in operator =()
308 stream_base::swap(other); in swap()