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/ |
| D | json_parser.hpp | 72 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/ |
| D | test_json_parser.cpp | 371 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()
|
| D | test_json_parser2.cpp | 816 } 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/ |
| D | error.hpp | 20 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/ |
| D | write.hpp | 159 …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()
|
| D | parser.hpp | 47 json_parser_error(msg, filename, line)); in parse_error()
|
| /external/sdv/vsomeip/implementation/configuration/src/ |
| D | configuration_impl.cpp | 430 catch (boost::property_tree::json_parser_error &e) { in read_data()
|