Searched defs:ptr_t (Results 1 – 11 of 11) sorted by relevance
23 typedef shared_ptr_like<boost::recursive_variant_> ptr_t; typedef25 typedef std::shared_ptr<boost::recursive_variant_> ptr_t; typedef
31 typedef intrusive_ptr< fss_cleanup_function > ptr_t; typedef in boost::fibers::detail::fss_cleanup_function
536 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef550 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef564 typedef ATL::CHeapPtr<int> ptr_t; in test_atl() typedef579 typedef ATL::CComQIPtr<IDispatch> ptr_t; in test_atl() typedef
36 typedef intrusive_ptr< algorithm > ptr_t; typedef in boost::fibers::algo::algorithm
35 typedef boost::intrusive_ptr< node > ptr_t; typedef
17 typedef std::shared_ptr< node > ptr_t; typedef
22 typedef boost::shared_ptr< node > ptr_t; typedef
37 typedef boost::intrusive_ptr< node > ptr_t; typedef
44 using ptr_t = intrusive_ptr<context>; typedef in boost::fibers::fiber
44 typedef boost::intrusive_ptr< yield_completion > ptr_t; typedef
77 typedef shared_ptr< lazy_list_node< DataType > > ptr_t; typedef