Home
last modified time | relevance | path

Searched refs:sp_typeinfo (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp95 virtual void * get_deleter( sp_typeinfo const & ) in get_deleter()
100 virtual void * get_local_deleter( sp_typeinfo const & ) in get_local_deleter()
175 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter()
180 virtual void * get_local_deleter( sp_typeinfo const & ti ) in get_local_deleter()
268 virtual void * get_deleter( sp_typeinfo const & ti ) in get_deleter()
273 virtual void * get_local_deleter( sp_typeinfo const & ti ) in get_local_deleter()
H A Dsp_counted_base_nt.hpp61 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
62 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_w32.hpp69 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
70 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_ia64.hpp113 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
114 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_ppc.hpp137 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_x86.hpp129 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
130 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_vacpp_ppc.hpp106 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_aix.hpp98 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
99 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_mips.hpp137 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_spin.hpp86 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
87 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_acc_ia64.hpp106 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_sync.hpp111 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
112 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_std_atomic.hpp92 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
93 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_cw_ppc.hpp126 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
127 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_pt.hpp73 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
74 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_clang.hpp100 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
101 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_gcc_sparc.hpp122 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
123 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dsp_counted_base_snc_ps3.hpp117 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
118 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
H A Dshared_count.hpp501 void * get_deleter( sp_typeinfo const & ti ) const in get_deleter()
506 void * get_local_deleter( sp_typeinfo const & ti ) const in get_local_deleter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dhold_any.hpp48 bad_any_cast(boost::detail::sp_typeinfo const& src, boost::detail::sp_typeinfo const& dest) in bad_any_cast()
64 boost::detail::sp_typeinfo const& (*get_type)();
83 static boost::detail::sp_typeinfo const& get_type() in get_type()
126 static boost::detail::sp_typeinfo const& get_type() in get_type()
329 boost::detail::sp_typeinfo const& type() const in type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dsp_typeinfo.hpp28 typedef boost::core::typeinfo sp_typeinfo; typedef
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch943 +#include <boost/detail/sp_typeinfo.hpp>
1020 + virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
1086 +#include <boost/detail/sp_typeinfo.hpp>
1179 + virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
1250 +#include <boost/detail/sp_typeinfo.hpp>
1364 + virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp780 void * _internal_get_deleter( boost::detail::sp_typeinfo const & ti ) const BOOST_SP_NOEXCEPT in _internal_get_deleter()
785 …void * _internal_get_local_deleter( boost::detail::sp_typeinfo const & ti ) const BOOST_SP_NOEXCEPT in _internal_get_local_deleter()