Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dfile_parser_error.hpp20 class file_parser_error: public ptree_error class
29 file_parser_error(const std::string &msg, in file_parser_error() function in boost::property_tree::file_parser_error
37 ~file_parser_error() throw() BOOST_OVERRIDE in ~file_parser_error()
Dinfo_parser_error.hpp19 class info_parser_error: public file_parser_error
25 file_parser_error(message, filename, line) in info_parser_error()
Dxml_parser_error.hpp20 class xml_parser_error: public file_parser_error
26 file_parser_error(msg, file, l) in xml_parser_error()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/
Derror.hpp20 class json_parser_error: public file_parser_error
26 file_parser_error(message, filename, line) in json_parser_error()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Dinfo_parser.hpp48 } catch(file_parser_error &) { in read_info()
92 } catch(file_parser_error &) { in read_info()
Dini_parser.hpp37 class ini_parser_error: public file_parser_error
51 : file_parser_error(message, filename, line) in ini_parser_error()