/third_party/boost/boost/ |
D | get_pointer.hpp | 20 template<class T> T * get_pointer(T * p) in get_pointer() function 48 template<class T> T * get_pointer(std::auto_ptr<T> const& p) in get_pointer() function 62 template<class T> T * get_pointer( std::unique_ptr<T> const& p ) in get_pointer() function 67 template<class T> T * get_pointer( std::shared_ptr<T> const& p ) in get_pointer() function
|
/third_party/boost/boost/type_erasure/ |
D | any_cast.hpp | 35 void* get_pointer(::boost::type_erasure::any<Concept, T>& arg) in get_pointer() function 41 const void* get_pointer(const ::boost::type_erasure::any<Concept, T>& arg) in get_pointer() function 47 void* get_pointer(::boost::type_erasure::any<Concept, T&>& arg) in get_pointer() function 53 void* get_pointer(const ::boost::type_erasure::any<Concept, T&>& arg) in get_pointer() function 59 const void* get_pointer(::boost::type_erasure::any<Concept, const T&>& arg) in get_pointer() function 65 const void* get_pointer(const ::boost::type_erasure::any<Concept, const T&>& arg) in get_pointer() function
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | offset_based_getter.hpp | 92 static index_t<idx> * get_pointer(U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 97 static const index_t<idx> * get_pointer(const U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 102 static volatile index_t<idx> * get_pointer(volatile U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 107 static const volatile index_t<idx> * get_pointer(const volatile U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter
|
/third_party/boost/boost/pfr/detail/ |
D | offset_based_getter.hpp | 92 static index_t<idx> * get_pointer(U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 97 static const index_t<idx> * get_pointer(const U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 102 static volatile index_t<idx> * get_pointer(volatile U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter 107 static const volatile index_t<idx> * get_pointer(const volatile U * u) noexcept { in get_pointer() function in boost::pfr::detail::offset_based_getter
|
/third_party/boost/boost/variant/ |
D | recursive_wrapper.hpp | 97 T* get_pointer() { return p_; } in get_pointer() function in boost::recursive_wrapper 98 const T* get_pointer() const { return p_; } in get_pointer() function in boost::recursive_wrapper
|
/third_party/boost/boost/core/ |
D | ref.hpp | 107 BOOST_FORCEINLINE T* get_pointer() const { return t_; } in get_pointer() function in boost::reference_wrapper 292 template<class T> BOOST_FORCEINLINE T* get_pointer( reference_wrapper<T> const & r ) in get_pointer() function
|
/third_party/boost/boost/intrusive/ |
D | pointer_plus_bits.hpp | 84 BOOST_INTRUSIVE_FORCEINLINE static pointer get_pointer(pointer n) in get_pointer() function
|
/third_party/boost/boost/lockfree/detail/ |
D | freelist.hpp | 151 T * get_pointer(tagged_node_handle const & tptr) const in get_pointer() function in boost::lockfree::detail::freelist_stack 156 T * get_pointer(T * pointer) const in get_pointer() function in boost::lockfree::detail::freelist_stack 523 T * get_pointer(tagged_node_handle const & tptr) const in get_pointer() function in boost::lockfree::detail::fixed_size_freelist 528 T * get_pointer(index_t index) const in get_pointer() function in boost::lockfree::detail::fixed_size_freelist 536 T * get_pointer(T * ptr) const in get_pointer() function in boost::lockfree::detail::fixed_size_freelist
|
/third_party/boost/libs/proto/test/ |
D | mem_ptr.cpp | 236 int const *get_pointer(T const &t) in get_pointer() function 253 friend T const *get_pointer(dumb_ptr const &p) in get_pointer() function
|
/third_party/boost/boost/coroutine/detail/ |
D | pull_coroutine_impl.hpp | 133 R * get_pointer() const in get_pointer() function in boost::coroutines::detail::pull_coroutine_impl 243 R * get_pointer() const in get_pointer() function in boost::coroutines::detail::pull_coroutine_impl
|
/third_party/boost/libs/core/test/ |
D | ref_test.cpp | 19 static T* get_pointer(T& x) in get_pointer() function
|
/third_party/boost/boost/spirit/home/x3/support/ast/ |
D | variant.hpp | 84 T* get_pointer() BOOST_NOEXCEPT { return p_; } in get_pointer() function in boost::spirit::x3::forward_ast 85 const T* get_pointer() const BOOST_NOEXCEPT { return p_; } in get_pointer() function in boost::spirit::x3::forward_ast
|
/third_party/boost/boost/smart_ptr/ |
D | scoped_ptr.hpp | 156 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
|
D | intrusive_ptr.hpp | 295 template<class T> T * get_pointer(intrusive_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
|
D | local_shared_ptr.hpp | 656 template<class T> inline typename local_shared_ptr<T>::element_type * get_pointer( local_shared_ptr… in get_pointer() function
|
/third_party/boost/boost/log/detail/ |
D | locking_ptr.hpp | 129 inline T* get_pointer(locking_ptr< T, LockableT > const& p) BOOST_NOEXCEPT in get_pointer() function
|
/third_party/boost/boost/serialization/detail/ |
D | shared_ptr_nmt_132.hpp | 175 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
|
D | shared_ptr_132.hpp | 399 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
|
/third_party/boost/boost/proto/detail/ |
D | decltype.hpp | 251 get_pointer(T &t) in get_pointer() function 258 get_pointer(T const &t) in get_pointer() function
|
/third_party/boost/libs/bind/test/ |
D | mem_fn_unary_addr_test.cpp | 91 template<class T> T * get_pointer( Y< T > const & y ) in get_pointer() function
|
/third_party/boost/boost/python/ |
D | handle.hpp | 139 template<class T> inline T * get_pointer(python::handle<T> const & p) in get_pointer() function
|
/third_party/boost/boost/ptr_container/ |
D | ptr_sequence_adapter.hpp | 65 static U* get_pointer( Iter i ) in get_pointer() function 72 static U* get_pointer( void_ptr_iterator<Iter,U> i ) in get_pointer() function 78 static U* get_pointer( Iter i ) in get_pointer() function
|
/third_party/boost/boost/python/suite/indexing/detail/ |
D | indexing_suite_detail.hpp | 743 get_pointer( in get_pointer() function
|
/third_party/boost/libs/intrusive/test/ |
D | smart_ptr.hpp | 283 static pointer get_pointer(const pointer &n) in get_pointer() function
|
/third_party/boost/boost/optional/ |
D | optional.hpp | 1574 get_pointer ( optional<T> const& opt ) in get_pointer() function 1582 get_pointer ( optional<T>& opt ) in get_pointer() function
|