Home
last modified time | relevance | path

Searched defs:ptr_t (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/variant/test/
Dissue42.cpp23 typedef shared_ptr_like<boost::recursive_variant_> ptr_t; typedef
25 typedef std::shared_ptr<boost::recursive_variant_> ptr_t; typedef
/third_party/boost/boost/fiber/detail/
Dfss.hpp31 typedef intrusive_ptr< fss_cleanup_function > ptr_t; typedef in boost::fibers::detail::fss_cleanup_function
/third_party/boost/libs/range/test/
Datl.cpp536 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef
550 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef
564 typedef ATL::CHeapPtr<int> ptr_t; in test_atl() typedef
579 typedef ATL::CComQIPtr<IDispatch> ptr_t; in test_atl() typedef
/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp36 typedef intrusive_ptr< algorithm > ptr_t; typedef in boost::fibers::algo::algorithm
/third_party/boost/libs/coroutine2/example/
Dtree.h35 typedef boost::intrusive_ptr< node > ptr_t; typedef
Dsame_fringe.cpp17 typedef std::shared_ptr< node > ptr_t; typedef
/third_party/boost/libs/coroutine/example/asymmetric/
Dsame_fringe.cpp22 typedef boost::shared_ptr< node > ptr_t; typedef
Dtree.h37 typedef boost::intrusive_ptr< node > ptr_t; typedef
/third_party/boost/boost/fiber/
Dfiber.hpp44 using ptr_t = intrusive_ptr<context>; typedef in boost::fibers::fiber
/third_party/boost/libs/fiber/examples/asio/detail/
Dyield.hpp44 typedef boost::intrusive_ptr< yield_completion > ptr_t; typedef
/third_party/boost/boost/graph/planar_detail/
Dface_handles.hpp77 typedef shared_ptr< lazy_list_node< DataType > > ptr_t; typedef