Home
last modified time | relevance | path

Searched defs:pointer_traits (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/intrusive/
Dpointer_traits.hpp68 struct pointer_traits struct
73 typedef Ptr pointer;
78 typedef unspecified_type element_type;
82 typedef unspecified_type difference_type;
90 template <class U> using rebind = unspecified;
94 typedef unspecified_type reference;
126 BOOST_INTRUSIVE_FORCEINLINE static pointer pointer_to(reference r) in pointer_to()
146 BOOST_INTRUSIVE_FORCEINLINE static pointer static_cast_from(const UPtr &uptr) in static_cast_from()
167 BOOST_INTRUSIVE_FORCEINLINE static pointer const_cast_from(const UPtr &uptr) in const_cast_from()
188 BOOST_INTRUSIVE_FORCEINLINE static pointer dynamic_cast_from(const UPtr &uptr) in dynamic_cast_from()
[all …]
/third_party/boost/libs/core/test/
Dto_address_test.cpp50 struct pointer_traits<P3<T> > { struct
51 static T* to_address(const P3<T>& p) BOOST_NOEXCEPT { in to_address()
74 struct pointer_traits<P4<T> > { struct
75 static T* to_address(const P4<T>& p) BOOST_NOEXCEPT { in to_address()
96 struct pointer_traits<P5<T> > { struct
97 static T* to_address(const P5<T>& p) BOOST_NOEXCEPT { in to_address()
117 struct pointer_traits<P6<T> > { struct
118 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address()
126 struct pointer_traits<P6<T> > { struct
127 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address()
/third_party/boost/boost/core/
Dpointer_traits.hpp23 struct pointer_traits struct
26 struct rebind_to {
32 struct pointer_traits<T*> struct
35 struct rebind_to {
/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp211 <pointer> pointer_traits; typedef in boost::container::dtl::transform_multiallocation_chain
/third_party/boost/boost/container/
Dstring.hpp97 typedef ::boost::intrusive::pointer_traits<pointer> pointer_traits; typedef in boost::container::dtl::basic_string_base
617 typedef ::boost::intrusive::pointer_traits<pointer> pointer_traits; typedef in boost::container::basic_string