Searched refs:xml_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/ |
D | xml_parser.hpp | 82 BOOST_PROPERTY_TREE_THROW(xml_parser_error( in read_xml() 134 BOOST_PROPERTY_TREE_THROW(xml_parser_error( in write_xml() 146 using xml_parser::xml_parser_error;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/ |
D | xml_parser_error.hpp | 20 class xml_parser_error: public file_parser_error class 23 xml_parser_error(const std::string &msg, in xml_parser_error() function in boost::property_tree::xml_parser::xml_parser_error
|
D | xml_parser_utils.hpp | 92 BOOST_PROPERTY_TREE_THROW(xml_parser_error("invalid character entity", "", 0)); in decode_char_entities() 100 BOOST_PROPERTY_TREE_THROW(xml_parser_error("invalid character entity", "", 0)); in decode_char_entities()
|
D | xml_parser_read_rapidxml.hpp | 101 xml_parser_error("read error", filename, 0)); in read_xml_internal() 138 xml_parser_error(e.what(), filename, line)); in read_xml_internal()
|
D | xml_parser_write.hpp | 190 BOOST_PROPERTY_TREE_THROW(xml_parser_error("write error", filename, 0)); in write_xml_internal()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_xml_parser_common.hpp | 110 generic_parser_test_error<Ptree, ReadFuncWS, WriteFuncWS, xml_parser_error> in test_xml_parser() 116 generic_parser_test_error<Ptree, ReadFuncWS, WriteFuncWS, xml_parser_error> in test_xml_parser()
|