Home
last modified time | relevance | path

Searched defs:get_pointer (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/
Dget_pointer.hpp20 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/
Dany_cast.hpp35 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/
Doffset_based_getter.hpp92 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/
Doffset_based_getter.hpp92 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/
Drecursive_wrapper.hpp97 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/
Dref.hpp107 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/
Dpointer_plus_bits.hpp84 BOOST_INTRUSIVE_FORCEINLINE static pointer get_pointer(pointer n) in get_pointer() function
/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp151 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/
Dmem_ptr.cpp236 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/
Dpull_coroutine_impl.hpp133 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/
Dref_test.cpp19 static T* get_pointer(T& x) in get_pointer() function
/third_party/boost/boost/spirit/home/x3/support/ast/
Dvariant.hpp84 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/
Dscoped_ptr.hpp156 template<class T> inline T * get_pointer(scoped_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
Dintrusive_ptr.hpp295 template<class T> T * get_pointer(intrusive_ptr<T> const & p) BOOST_SP_NOEXCEPT in get_pointer() function
Dlocal_shared_ptr.hpp656 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/
Dlocking_ptr.hpp129 inline T* get_pointer(locking_ptr< T, LockableT > const& p) BOOST_NOEXCEPT in get_pointer() function
/third_party/boost/boost/serialization/detail/
Dshared_ptr_nmt_132.hpp175 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
Dshared_ptr_132.hpp399 template<class T> inline T * get_pointer(shared_ptr< T > const & p) in get_pointer() function
/third_party/boost/boost/proto/detail/
Ddecltype.hpp251 get_pointer(T &t) in get_pointer() function
258 get_pointer(T const &t) in get_pointer() function
/third_party/boost/libs/bind/test/
Dmem_fn_unary_addr_test.cpp91 template<class T> T * get_pointer( Y< T > const & y ) in get_pointer() function
/third_party/boost/boost/python/
Dhandle.hpp139 template<class T> inline T * get_pointer(python::handle<T> const & p) in get_pointer() function
/third_party/boost/boost/ptr_container/
Dptr_sequence_adapter.hpp65 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/
Dindexing_suite_detail.hpp743 get_pointer( in get_pointer() function
/third_party/boost/libs/intrusive/test/
Dsmart_ptr.hpp283 static pointer get_pointer(const pointer &n) in get_pointer() function
/third_party/boost/boost/optional/
Doptional.hpp1574 get_pointer ( optional<T> const& opt ) in get_pointer() function
1582 get_pointer ( optional<T>& opt ) in get_pointer() function

12