Lines Matching refs:property_ptr
72 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()
796 property_ptr prop;
875 property_ptr assign_phandle(node *n, uint32_t &next);