Searched defs:get_previous (Results 1 – 9 of 9) sorted by relevance
50 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous() function53 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const node_ptr & n) in get_previous() function
58 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous() function
30 static node *get_previous(const_node_ptr n) { return n->prev_; } in get_previous() function
31 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
47 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
43 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
53 static node_ptr get_previous(const_node_ptr n) in get_previous() function
137 static node_ptr get_previous(const_node_ptr p) { return p->m_previous; } in get_previous() function