Searched defs:get_previous (Results 1 – 11 of 11) 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
173 static node* get_previous(const node* n) { return n->m_pPrev; } in get_previous() function
68 static node* get_previous(const node* n) { return n->m_pPrev; } in get_previous() function
137 static node_ptr get_previous(const_node_ptr p) { return p->m_previous; } in get_previous() function