Home
last modified time | relevance | path

Searched defs:heap_node (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/heap/detail/
Dheap_node.hpp156 struct heap_node: struct
159 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() argument
177 heap_node(Args&&... args): in heap_node() function
183 heap_node(heap_node const & rhs): in heap_node() function
[all …]
/third_party/libuv/src/
Dheap-inl.h27 struct heap_node { struct
28 struct heap_node* left; argument
29 struct heap_node* right; argument
30 struct heap_node* parent; argument
Dtimer.c143 const struct heap_node* heap_node; in uv__next_timeout() local
164 struct heap_node* heap_node; in uv__run_timers() local