Home
last modified time | relevance | path

Searched refs:BOOST_IOSTREAMS_PUSH_PARAMS (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/iostreams/detail/
Dpush.hpp62 name(::std::basic_streambuf<CharType, TraitsType>& sb BOOST_IOSTREAMS_PUSH_PARAMS()) \
66 name(::std::basic_istream<CharType, TraitsType>& is BOOST_IOSTREAMS_PUSH_PARAMS()) \
71 name(::std::basic_ostream<CharType, TraitsType>& os BOOST_IOSTREAMS_PUSH_PARAMS()) \
76 name(::std::basic_iostream<CharType, TraitsType>& io BOOST_IOSTREAMS_PUSH_PARAMS()) \
80 name(const iterator_range<Iter>& rng BOOST_IOSTREAMS_PUSH_PARAMS()) \
92 name(const T& t BOOST_IOSTREAMS_PUSH_PARAMS() BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)) \
99 name(::std::streambuf& sb BOOST_IOSTREAMS_PUSH_PARAMS()) \
102 name(::std::istream& is BOOST_IOSTREAMS_PUSH_PARAMS()) \
106 name(::std::ostream& os BOOST_IOSTREAMS_PUSH_PARAMS()) \
110 name(::std::iostream& io BOOST_IOSTREAMS_PUSH_PARAMS()) \
[all …]
Dpush_params.hpp15 #define BOOST_IOSTREAMS_PUSH_PARAMS() \ macro
/third_party/boost/boost/iostreams/
Dstream_buffer.hpp95 BOOST_IOSTREAMS_PUSH_PARAMS, in BOOST_IOSTREAMS_FORWARD() argument
100 void open_impl(const T& t BOOST_IOSTREAMS_PUSH_PARAMS()) in open_impl() argument
Dstream.hpp145 BOOST_IOSTREAMS_PUSH_PARAMS, in BOOST_IOSTREAMS_FORWARD()
156 void open_impl(const Device& dev BOOST_IOSTREAMS_PUSH_PARAMS()) // For forwarding. in open_impl()
Dfiltering_stream.hpp158 void push_impl(const T& t BOOST_IOSTREAMS_PUSH_PARAMS()) \
Dchain.hpp495 void push_impl(const T& t BOOST_IOSTREAMS_PUSH_PARAMS()) in push_impl() argument
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp66 void open(const T& t BOOST_IOSTREAMS_PUSH_PARAMS());