Home
last modified time | relevance | path

Searched refs:to_value_ptr (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp58 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
66 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
135 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
142 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
177 static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
178 { return Functor::to_value_ptr(to_hook_ptr(n)); } in to_value_ptr()
180 static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
181 { return Functor::to_value_ptr(to_hook_ptr(n)); } in to_value_ptr()
Dkey_nodeptr_comp.hpp91 { return base().get()(key_of_value()(*traits_->to_value_ptr(t1))); } in operator ()()
98 { return base()(*traits_->to_value_ptr(t1), *traits_->to_value_ptr(t2)); } in operator ()()
104 { return base()(*traits_->to_value_ptr(t1), t2); } in operator ()()
110 { return base()(t1, *traits_->to_value_ptr(t2)); } in operator ()()
Dis_stateful_value_traits.hpp45 BOOST_INTRUSIVE_CREATE_FUNCTION_DETECTOR(to_value_ptr, boost_intrusive)
67 …(BOOST_INTRUSIVE_DETECT_FUNCTION(ValueTraits, boost_intrusive, pointer, to_value_ptr, (node_ptr) )…
73 …(BOOST_INTRUSIVE_DETECT_FUNCTION(ValueTraits, boost_intrusive, const_pointer, to_value_ptr, (const…
Dnode_cloner_disposer.hpp64 reference_type v = *traits_->to_value_ptr(p); in operator ()()
96 base_t::get()(traits_->to_value_ptr(p)); in operator ()()
Dnode_to_value.hpp117 { return *(value_traits::to_value_ptr(pointer_traits<npointer>::pointer_to(arg))); } in to_value()
120 { return *(this->get_value_traits()->to_value_ptr(pointer_traits<npointer>::pointer_to(arg))); } in to_value()
Dslist_iterator.hpp124 { return ValueTraits::to_value_ptr(members_.nodeptr_); } in operator_arrow()
127 { return this->get_value_traits()->to_value_ptr(members_.nodeptr_); } in operator_arrow()
Dlist_iterator.hpp135 { return ValueTraits::to_value_ptr(members_.nodeptr_); } in operator_arrow()
138 { return this->get_value_traits()->to_value_ptr(members_.nodeptr_); } in operator_arrow()
Dtree_iterator.hpp171 { return ValueTraits::to_value_ptr(members_.nodeptr_); } in operator_arrow()
174 { return this->get_value_traits()->to_value_ptr(members_.nodeptr_); } in operator_arrow()
/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp35 static pointer to_value_ptr(hook_ptr n);
36 static const_pointer to_value_ptr(const_hook_ptr n);
57 inline Functor::pointer Functor::to_value_ptr(Functor::hook_ptr n) in to_value_ptr() function in Functor
59 inline Functor::const_pointer Functor::to_value_ptr(Functor::const_hook_ptr n) in to_value_ptr() function in Functor
Ddoc_function_hooks.cpp45 static pointer to_value_ptr(hook_ptr n) in to_value_ptr() function
52 static const_pointer to_value_ptr(const_hook_ptr n) in to_value_ptr() function
Ddoc_stateful_value_traits.cpp43 pointer to_value_ptr(node_ptr n) const in to_value_ptr() function
45 const_pointer to_value_ptr(const_node_ptr n) const in to_value_ptr() function
Ddoc_value_traits.cpp66 static pointer to_value_ptr(node_ptr n) { return pointer(n); } in to_value_ptr() function
67 static const_pointer to_value_ptr(const_node_ptr n) { return const_pointer(n); } in to_value_ptr() function
Ddoc_advanced_value_traits.cpp60 …static pointer to_value_ptr(node_ptr n) { return static_cast<value_type*>(n);… in to_value_ptr() function
61 …static const_pointer to_value_ptr(const_node_ptr n) { return static_cast<const value_type… in to_value_ptr() function
/third_party/boost/libs/intrusive/test/
Dfunction_hook_test.cpp59 static pointer to_value_ptr(hook_ptr n)\
66 static const_pointer to_value_ptr(const_hook_ptr n)\
92 static pointer to_value_ptr(hook_ptr n)\
96 static const_pointer to_value_ptr(const_hook_ptr n)\
Dnonhook_node.hpp103 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function
110 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
Dcustom_bucket_traits_test.cpp50 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function
52 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
Dstateful_value_traits_test.cpp66 pointer to_value_ptr(const node_ptr &n) const in to_value_ptr() function
69 const_pointer to_value_ptr(const const_node_ptr &n) const in to_value_ptr() function
Dbptr_value.hpp200 static const_pointer to_value_ptr(const_node_ptr p) { return p; } in to_value_ptr() function
201 static pointer to_value_ptr(node_ptr p) { return p; } in to_value_ptr() function
/third_party/boost/boost/intrusive/
Dtrivial_value_traits.hpp50 …BOOST_INTRUSIVE_FORCEINLINE static const pointer & to_value_ptr(const node_ptr &n) { … in to_value_ptr() function
51 …BOOST_INTRUSIVE_FORCEINLINE static const const_pointer &to_value_ptr(const const_node_ptr &n) { … in to_value_ptr() function
Dderivation_value_traits.hpp61 static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function
66 static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
Dmember_value_traits.hpp66 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function
72 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
Dlist.hpp324 disposer(priv_value_traits().to_value_ptr(to_erase)); in pop_back_and_dispose()
357 disposer(priv_value_traits().to_value_ptr(to_erase)); in pop_front_and_dispose()
366 { return *priv_value_traits().to_value_ptr(node_traits::get_next(this->get_root_node())); } in front()
374 { return *priv_value_traits().to_value_ptr(node_traits::get_next(this->get_root_node())); } in front()
382 { return *priv_value_traits().to_value_ptr(node_traits::get_previous(this->get_root_node())); } in back()
390 …{ return *priv_value_traits().to_value_ptr(detail::uncast(node_traits::get_previous(this->get_root… in back()
674 disposer(this->priv_value_traits().to_value_ptr(to_erase)); in erase_and_dispose()
708 disposer(priv_value_traits().to_value_ptr(to_erase)); in erase_and_dispose()
754 disposer(priv_value_traits().to_value_ptr(to_erase)); in clear_and_dispose()
Dslist.hpp417 disposer(priv_value_traits().to_value_ptr(to_erase)); in clear_and_dispose()
497 disposer(priv_value_traits().to_value_ptr(to_erase)); in pop_front_and_dispose()
511 { return *this->priv_value_traits().to_value_ptr(node_traits::get_next(this->get_root_node())); } in front()
519 …{ return *this->priv_value_traits().to_value_ptr(detail::uncast(node_traits::get_next(this->get_ro… in front()
532 return *this->priv_value_traits().to_value_ptr(this->get_last_node()); in back()
546 return *this->priv_value_traits().to_value_ptr(this->get_last_node()); in back()
1060 disposer(priv_value_traits().to_value_ptr(to_erase)); in erase_after_and_dispose()
1088 disposer(value_traits::to_value_ptr(to_erase)); in s_erase_after_and_dispose()
1104 disposer(value_traits::to_value_ptr(to_erase)); in s_erase_after_and_dispose()
1139 disposer(priv_value_traits().to_value_ptr(to_erase)); in erase_after_and_dispose()
/third_party/boost/boost/fiber/
Dcontext.hpp87 static pointer to_value_ptr( hook_ptr n);
88 static const_pointer to_value_ptr( const_hook_ptr n);
495 wait_functor::pointer wait_functor::to_value_ptr( wait_functor::hook_ptr n) { in to_value_ptr() function in boost::fibers::detail::wait_functor
500 wait_functor::const_pointer wait_functor::to_value_ptr( wait_functor::const_hook_ptr n) { in to_value_ptr() function in boost::fibers::detail::wait_functor
/third_party/boost/libs/log/src/
Dattribute_set_impl.hpp335 b.first = value_traits::to_value_ptr(node_traits::get_next(b.first)); in erase()
341 b.last = value_traits::to_value_ptr(node_traits::get_previous(b.last)); in erase()
381 p = value_traits::to_value_ptr(node_traits::get_next(p)); in find_in_bucket()

12