Home
last modified time | relevance | path

Searched defs:get_previous (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dlist_node.hpp50 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous() function
53 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const node_ptr & n) in get_previous() function
Dany_node_and_algorithms.hpp58 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous() function
/third_party/boost/libs/intrusive/example/
Ddoc_list_algorithms.cpp30 static node *get_previous(const_node_ptr n) { return n->prev_; } in get_previous() function
Ddoc_derivation_value_traits.cpp31 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
Ddoc_member_value_traits.cpp31 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
Ddoc_value_traits.cpp47 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
Ddoc_advanced_value_traits.cpp43 static node *get_previous(const node *n) { return n->prev_; } in get_previous() function
/third_party/boost/boost/container/detail/
Dblock_list.hpp53 static node_ptr get_previous(const_node_ptr n) in get_previous() function
/third_party/boost/libs/log/src/
Dattribute_set_impl.hpp173 static node* get_previous(const node* n) { return n->m_pPrev; } in get_previous() function
Dattribute_value_set.cpp68 static node* get_previous(const node* n) { return n->m_pPrev; } in get_previous() function
/third_party/boost/libs/intrusive/test/
Dbptr_value.hpp137 static node_ptr get_previous(const_node_ptr p) { return p->m_previous; } in get_previous() function