Home
last modified time | relevance | path

Searched refs:file_open_error (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/example/
Dinfo_tuple.cpp20 struct file_open_error: virtual boost::exception { }; struct
28 throw file_open_error() << in file_open()
Derrinfos.cpp25 struct file_open_error: virtual file_error { }; struct
35 file_open_error() << in open_file()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/doc/source/
Dboost-exception.reno7537 …owing issue. Consider this throw statement example:&#10;&#10;[@throw file_open_error() (:link </st…
7546 …lt;&lt;:) file_name(fn);@]&#10;&#10;The intention here is to throw a file_open_error, however if (…
8930 … <string>:)&gt; clib_failure;&#10;&#10;struct file_open_error: virtual boost::(:link </string>
8939 …st::shared_ptr&lt;FILE&gt;(f,fclose);&#10; else&#10; throw file_open_error() &lt;&lt;&#1…
9098 …<string>:) { };&#10;struct file_error : virtual error { };&#10;struct file_open_error: virtual fil…
9107 … <string>:)(&#10; file_open_error() &lt;&lt;&#10; boost::(:link </string>
9813 …ing();&#10; ....&#10; }&#10; else&#10; throw file_open_error() (:link </st…