Searched refs:this_type (Results 1 – 11 of 11) sorted by relevance
62 typedef sp_counted_impl_p<X> this_type; typedef in boost::detail::sp_counted_impl_p90 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ); in operator new()95 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); in operator delete()104 return quick_allocator<this_type>::alloc(); in operator new()109 quick_allocator<this_type>::dealloc( p ); in operator delete()132 typedef sp_counted_impl_pd<P, D> this_type; typedef in boost::detail::sp_counted_impl_pd160 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ); in operator new()165 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); in operator delete()174 return quick_allocator<this_type>::alloc(); in operator new()179 quick_allocator<this_type>::dealloc( p ); in operator delete()[all …]
18 static void unspecified_bool( this_type*** ) in unspecified_bool() argument22 typedef void (*unspecified_bool_type)( this_type*** );34 typedef T * (this_type::*unspecified_bool_type)() const;38 return px == 0? 0: &this_type::get; in operator unspecified_bool_type()43 typedef T * this_type::*unspecified_bool_type;47 return px == 0? 0: &this_type::px; in operator unspecified_bool_type()
25 typedef safe_bool this_type; typedef in boost::range_detail::safe_bool34 static void unspecified_bool(this_type***) in unspecified_bool() argument37 typedef void(*unspecified_bool_type)(this_type***);47 typedef bool (this_type::*unspecified_bool_type)() const;51 return x ? &this_type::detail_safe_bool_member_fn : 0; in to_unspecified_bool()
52 typedef shared_array<T> this_type; typedef in boost::shared_array88 this_type( r ).swap( *this ); in operator =()95 this_type(p).swap(*this); in reset()100 this_type(p, d).swap(*this); in reset()
169 typedef shared_ptr<T> this_type; typedef in boost::shared_ptr311 this_type(r).swap(*this); in operator =()320 this_type(r).swap(*this); in operator =()331 this_type(r).swap(*this); in operator =()340 this_type( r ).swap( *this ); in operator =()377 this_type( static_cast< shared_ptr && >( r ) ).swap( *this ); in operator =()384 this_type( static_cast< shared_ptr<Y> && >( r ) ).swap( *this ); in operator =()392 this_type().swap(*this); in reset()398 this_type(p).swap(*this); in reset()403 this_type( p, d ).swap( *this ); in reset()[all …]
47 typedef scoped_array<T> this_type; typedef in boost::scoped_array74 this_type(p).swap(*this); in reset()
48 typedef scoped_ptr<T> this_type; typedef in boost::scoped_ptr86 this_type(p).swap(*this); in reset()
149 typedef iterator_range<IteratorT> this_type; typedef in boost::iterator_range208 this_type& operator=( const this_type& r ) in operator =()
189 typedef optional_base<T> this_type ; typedef in boost::optional_detail::optional_base204 typedef bool (this_type::*unspecified_bool_type)() const;442 …unspecified_bool_type safe_bool() const { return m_initialized ? &this_type::is_initialized : 0 ; } in safe_bool()507 typedef optional<T> this_type ; typedef in boost::optional
337 bool compare(this_type const & rhs) const in compare()
868 typedef bind_t this_type; typedef in boost::_bi::bind_t887 typedef implementation this_type; typedef in boost::_bi::bind_t_generator::implementation910 typedef implementation this_type; typedef in boost::_bi::bind_t_generator::implementation