Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/dtc/
HDchecking.hh99 virtual bool check_property(device_tree *, const node_ptr &, property_ptr ) in check_property() argument
129 virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p);
139 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
154 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
165 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
180 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
195 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
218 virtual bool check(device_tree *tree, const node_ptr &, property_ptr p) in check()
246 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p);
HDfdt.hh72 typedef std::shared_ptr<property> property_ptr; typedef
80 typedef std::unordered_map<std::string, property_ptr> define_map;
343 static property_ptr parse_dtb(input_buffer &structs,
350 static property_ptr parse(text_input_buffer &input,
444 typedef std::vector<property_ptr> property_vector;
539 node(const std::string &n, const std::vector<property_ptr> &p);
544 static inline bool cmp_properties(property_ptr &p1, property_ptr &p2);
645 const std::vector<property_ptr> &props);
650 property_ptr get_property(const std::string &key);
654 inline void add_property(property_ptr &p) in add_property()
[all …]
HDfdt.cc573 property_ptr
576 property_ptr p(new property(structs, strings)); in parse_dtb()
584 property_ptr
588 property_ptr p(new property(input, in parse()
810 property_ptr prop = property::parse_dtb(structs, strings); in node()
838 const std::vector<property_ptr> &p) in node()
845 const std::vector<property_ptr> &props) in create_special_node()
946 property_ptr p = property::parse(input, std::move(child_name), in node()
973 props.push_back(property_ptr(new property(std::move(child_name), std::move(child_labels)))); in node()
987 node::cmp_properties(property_ptr &p1, property_ptr &p2) in cmp_properties()
[all …]
HDchecking.cc166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p) in check_property()
180 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p) in check()