Searched refs:cmp_children (Results 1 – 2 of 2) sorted by relevance
553 static inline bool cmp_children(node_ptr &c1, node_ptr &c2);
1018 node::cmp_children(node_ptr &c1, node_ptr &c2) in cmp_children() function in dtc::fdt::node1031 std::sort(child_begin(), child_end(), cmp_children); in sort()