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