Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dstream_state_test.cpp18 using boost::iostreams::detail::bad_write;
58 throw bad_write(); in write()
/third_party/boost/boost/iostreams/detail/
Derror.hpp34 inline BOOST_IOSTREAMS_FAILURE bad_write() in bad_write() function
Drestrict_impl.hpp167 boost::throw_exception(bad_write()); in write()
282 boost::throw_exception(bad_write()); in write()
/third_party/python/Lib/test/
Dtest_io.py1894 def bad_write(b): function
1896 raw.write = bad_write