Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 11 of 11) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp62 typedef sp_counted_impl_p<X> this_type; typedef in boost::detail::sp_counted_impl_p
90 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_pd
160 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 …]
Doperator_bool.hpp18 static void unspecified_bool( this_type*** ) in unspecified_bool() argument
22 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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dsafe_bool.hpp25 typedef safe_bool this_type; typedef in boost::range_detail::safe_bool
34 static void unspecified_bool(this_type***) in unspecified_bool() argument
37 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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_array.hpp52 typedef shared_array<T> this_type; typedef in boost::shared_array
88 this_type( r ).swap( *this ); in operator =()
95 this_type(p).swap(*this); in reset()
100 this_type(p, d).swap(*this); in reset()
Dshared_ptr.hpp169 typedef shared_ptr<T> this_type; typedef in boost::shared_ptr
311 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 …]
Dscoped_array.hpp47 typedef scoped_array<T> this_type; typedef in boost::scoped_array
74 this_type(p).swap(*this); in reset()
Dscoped_ptr.hpp48 typedef scoped_ptr<T> this_type; typedef in boost::scoped_ptr
86 this_type(p).swap(*this); in reset()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_core.hpp149 typedef iterator_range<IteratorT> this_type; typedef in boost::iterator_range
208 this_type& operator=( const this_type& r ) in operator =()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp189 typedef optional_base<T> this_type ; typedef in boost::optional_detail::optional_base
204 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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind_template.hpp337 bool compare(this_type const & rhs) const in compare()
Dbind.hpp868 typedef bind_t this_type; typedef in boost::_bi::bind_t
887 typedef implementation this_type; typedef in boost::_bi::bind_t_generator::implementation
910 typedef implementation this_type; typedef in boost::_bi::bind_t_generator::implementation