Searched defs:to_value_ptr (Results 1 – 13 of 13) sorted by relevance
58 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function66 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function135 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function142 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function177 static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function180 static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
50 …BOOST_INTRUSIVE_FORCEINLINE static const pointer & to_value_ptr(const node_ptr &n) { … in to_value_ptr() function51 …BOOST_INTRUSIVE_FORCEINLINE static const const_pointer &to_value_ptr(const const_node_ptr &n) { … in to_value_ptr() function
61 static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function66 static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
66 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function72 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
57 inline Functor::pointer Functor::to_value_ptr(Functor::hook_ptr n) in to_value_ptr() function in Functor59 inline Functor::const_pointer Functor::to_value_ptr(Functor::const_hook_ptr n) in to_value_ptr() function in Functor
45 static pointer to_value_ptr(hook_ptr n) in to_value_ptr() function52 static const_pointer to_value_ptr(const_hook_ptr n) in to_value_ptr() function
43 pointer to_value_ptr(node_ptr n) const in to_value_ptr() function45 const_pointer to_value_ptr(const_node_ptr n) const in to_value_ptr() function
66 static pointer to_value_ptr(node_ptr n) { return pointer(n); } in to_value_ptr() function67 static const_pointer to_value_ptr(const_node_ptr n) { return const_pointer(n); } in to_value_ptr() function
60 …static pointer to_value_ptr(node_ptr n) { return static_cast<value_type*>(n);… in to_value_ptr() function61 …static const_pointer to_value_ptr(const_node_ptr n) { return static_cast<const value_type… in to_value_ptr() function
103 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function110 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
50 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function52 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
66 pointer to_value_ptr(const node_ptr &n) const in to_value_ptr() function69 const_pointer to_value_ptr(const const_node_ptr &n) const in to_value_ptr() function
200 static const_pointer to_value_ptr(const_node_ptr p) { return p; } in to_value_ptr() function201 static pointer to_value_ptr(node_ptr p) { return p; } in to_value_ptr() function