Searched defs:heap_node (Results 1 – 3 of 3) sorted by relevance
156 struct heap_node: struct159 typedef heap_node_base<!constant_time_child_size> node_base;162 typedef ValueType value_type;165 bi::constant_time_size<constant_time_child_size> > child_list;167 typedef typename child_list::iterator child_iterator;168 typedef typename child_list::const_iterator const_child_iterator;169 typedef typename child_list::size_type size_type;171 heap_node(ValueType const & v): in heap_node() argument177 heap_node(Args&&... args): in heap_node() function183 heap_node(heap_node const & rhs): in heap_node() function[all …]
27 struct heap_node { struct28 struct heap_node* left; argument29 struct heap_node* right; argument30 struct heap_node* parent; argument
143 const struct heap_node* heap_node; in uv__next_timeout() local164 struct heap_node* heap_node; in uv__run_timers() local