HomeSort by relevance Sort by last modified time
    Searched full:impl_type (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 188 typedef sp_counted_impl_pda<P, D, A> impl_type; typedef
189 typedef typename A::template rebind< impl_type >::other A2;
197 pi_ = a2.allocate( 1, static_cast< impl_type* >( 0 ) );
198 new( static_cast< void* >( pi_ ) ) impl_type( p, d, a );
206 a2.deallocate( static_cast< impl_type* >( pi_ ), 1 );
214 pi_ = a2.allocate( 1, static_cast< impl_type* >( 0 ) );
218 new( static_cast< void* >( pi_ ) ) impl_type( p, d, a );
236 typedef sp_counted_impl_pda< P, D, A > impl_type; typedef
237 typedef typename A::template rebind< impl_type >::other A2;
245 pi_ = a2.allocate( 1, static_cast< impl_type* >( 0 ) )
    [all...]
  /external/eigen/unsupported/Eigen/
FFT 162 typedef T_Impl impl_type;
164 typedef typename impl_type::Scalar Scalar;
165 typedef typename impl_type::Complex Complex;
175 FFT( const impl_type & impl=impl_type() , Flag flags=Default ) :m_impl(impl),m_flag(flags) { }
370 impl_type & impl() {return m_impl;}
398 impl_type m_impl;

Completed in 3406 milliseconds