Home
last modified time | relevance | path

Searched refs:BOOST_IOSTREAMS_FAILURE (Results 1 – 5 of 5) 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 Derror.hpp19 inline BOOST_IOSTREAMS_FAILURE cant_read() in cant_read()
20 { return BOOST_IOSTREAMS_FAILURE("no read access"); } in cant_read()
22 inline BOOST_IOSTREAMS_FAILURE cant_write() in cant_write()
23 { return BOOST_IOSTREAMS_FAILURE("no write access"); } in cant_write()
25 inline BOOST_IOSTREAMS_FAILURE cant_seek() in cant_seek()
26 { return BOOST_IOSTREAMS_FAILURE("no random access"); } in cant_seek()
28 inline BOOST_IOSTREAMS_FAILURE bad_read() in bad_read()
29 { return BOOST_IOSTREAMS_FAILURE("bad read"); } in bad_read()
31 inline BOOST_IOSTREAMS_FAILURE bad_putback() in bad_putback()
32 { return BOOST_IOSTREAMS_FAILURE("putback buffer full"); } in bad_putback()
[all …]
H A Dios.hpp39 #define BOOST_IOSTREAMS_FAILURE std::ios::failure macro
44 #define BOOST_IOSTREAMS_FAILURE std::ios_base::failure
51 #define BOOST_IOSTREAMS_FAILURE boost::iostreams::detail::failure
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dstream_buffer.hpp104 BOOST_IOSTREAMS_FAILURE("already open") in open_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp173 boost::throw_exception(BOOST_IOSTREAMS_FAILURE("no write access")); in overflow()
178 BOOST_IOSTREAMS_FAILURE("write area exhausted") in overflow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream_buffer.hpp183 boost::throw_exception(BOOST_IOSTREAMS_FAILURE("already open")); in check_open()