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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
sp_typeinfo.hpp 10 // detail/sp_typeinfo.hpp
31 class sp_typeinfo class in namespace:boost::detail
35 sp_typeinfo( sp_typeinfo const& );
36 sp_typeinfo& operator=( sp_typeinfo const& );
42 explicit sp_typeinfo( char const * name ): name_( name ) function in class:boost::detail::sp_typeinfo
46 bool operator==( sp_typeinfo const& rhs ) const
51 bool operator!=( sp_typeinfo const& rhs ) const
56 bool before( sp_typeinfo const& rhs ) cons
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
type_info.hpp 15 #include <boost/detail/sp_typeinfo.hpp>
56 detail::sp_typeinfo const * type_;
59 type_info_( detail::sp_typeinfo const & type ):
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_spin.hpp 21 #include <boost/detail/sp_typeinfo.hpp>
86 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
sp_counted_impl.hpp 81 virtual void * get_deleter( detail::sp_typeinfo const & )
151 virtual void * get_deleter( detail::sp_typeinfo const & ti )
225 virtual void * get_deleter( detail::sp_typeinfo const & ti )
sp_counted_base_gcc_mips.hpp 23 #include <boost/detail/sp_typeinfo.hpp>
137 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
sp_counted_base_gcc_x86.hpp 27 #include <boost/detail/sp_typeinfo.hpp>
129 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
shared_count.hpp 380 void * get_deleter( sp_typeinfo const & ti ) const
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 134 void * _internal_get_deleter( boost::detail::sp_typeinfo const & ti ) const
shared_ptr.hpp 462 void * _internal_get_deleter( boost::detail::sp_typeinfo const & ti ) const

Completed in 388 milliseconds