Home
last modified time | relevance | path

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/
Dxml_parser.hpp82 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/
Dxml_parser_error.hpp20 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
Dxml_parser_utils.hpp92 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()
Dxml_parser_read_rapidxml.hpp101 xml_parser_error("read error", filename, 0)); in read_xml_internal()
138 xml_parser_error(e.what(), filename, line)); in read_xml_internal()
Dxml_parser_write.hpp190 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/
Dtest_xml_parser_common.hpp110 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()