Searched refs:cmp_properties (Results 1 – 2 of 2) sorted by relevance
535 static inline bool cmp_properties(property_ptr &p1, property_ptr &p2);
987 node::cmp_properties(property_ptr &p1, property_ptr &p2) in cmp_properties() function in dtc::fdt::node1005 std::sort(property_begin(), property_end(), cmp_properties); in sort()