Home
last modified time | relevance | path

Searched refs:BOOST_IOSTREAMS_DISABLE_IF_STREAM (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Denable_if_stream.hpp24 # define BOOST_IOSTREAMS_DISABLE_IF_STREAM(T) \ macro
29 # define BOOST_IOSTREAMS_DISABLE_IF_STREAM(T) macro
H A Dresolve.hpp62 BOOST_IOSTREAMS_DISABLE_IF_STREAM(T) in resolve()
113 BOOST_IOSTREAMS_DISABLE_IF_STREAM(T) in resolve()
196 resolve(const T& t BOOST_IOSTREAMS_DISABLE_IF_STREAM(T))
H A Dpush.hpp92 name(const T& t BOOST_IOSTREAMS_PUSH_PARAMS() BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)) \
126 name(const T& t BOOST_IOSTREAMS_PUSH_PARAMS() BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)) \
H A Dwrap_unwrap.hpp52 inline T wrap(const T& t BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)) in wrap()