Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Djson_parser.hpp72 BOOST_PROPERTY_TREE_THROW(json_parser_error( in read_json()
125 BOOST_PROPERTY_TREE_THROW(json_parser_error( in write_json()
137 using json_parser::json_parser_error;
/external/sdv/vsomeip/third_party/boost/property_tree/test/
Dtest_json_parser.cpp371 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
377 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
383 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
389 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
Dtest_json_parser2.cpp816 } catch (json_parser::json_parser_error& e) { in test_parse_error_thrown_with_message_n()
953 } catch (json_parser::json_parser_error& e) { in test_parse_error_thrown_with_message_w()
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/
Derror.hpp20 class json_parser_error: public file_parser_error class
23 json_parser_error(const std::string &message, in json_parser_error() function in boost::property_tree::json_parser::json_parser_error
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dwrite.hpp159 …BOOST_PROPERTY_TREE_THROW(json_parser_error("ptree contains data that cannot be represented in JSO… in write_json_internal()
163 BOOST_PROPERTY_TREE_THROW(json_parser_error("write error", filename, 0)); in write_json_internal()
Dparser.hpp47 json_parser_error(msg, filename, line)); in parse_error()
/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp430 catch (boost::property_tree::json_parser_error &e) { in read_data()