HomeSort by relevance Sort by last modified time
    Searched full:impl_type (Results 1 - 4 of 4) 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/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.ipp 30 *this, static_cast<impl_type*>(0),
32 impl_(service_registry_->first_service<impl_type>())
38 *this, static_cast<impl_type*>(0), concurrency_hint)),
39 impl_(service_registry_->first_service<impl_type>())
  /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;
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 177 typedef detail::io_service_impl impl_type; typedef in class:asio::io_service
592 impl_type& impl_;

Completed in 810 milliseconds