Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/example/
Dexample_io.cpp24 typedef boost::error_info<struct tag_file_name_src,std::string> errinfo_src_file_name; typedef
128 errinfo_src_file_name(src_file_name) << in copy_data()
137 if( std::string const * src = boost::get_error_info<errinfo_src_file_name>(x) ) in dump_copy_info()