Home
last modified time | relevance | path

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

/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp425 boost::property_tree::ptree its_tree; in read_data() local
427 boost::property_tree::json_parser::read_json(i, its_tree); in read_data()
428 _elements.push_back({ i, its_tree }); in read_data()
446 boost::property_tree::ptree its_tree; in read_data() local
448 boost::property_tree::json_parser::read_json(its_name, its_tree); in read_data()
449 _elements.push_back({its_name, its_tree}); in read_data()