| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | sp_counted_impl.hpp | 95 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 D | sp_counted_base_nt.hpp | 61 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 62 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_w32.hpp | 69 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 70 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_gcc_ia64.hpp | 113 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 114 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_gcc_ppc.hpp | 137 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_gcc_x86.hpp | 129 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 130 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_vacpp_ppc.hpp | 106 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_aix.hpp | 98 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 99 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_gcc_mips.hpp | 137 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 138 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_spin.hpp | 86 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 87 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_acc_ia64.hpp | 106 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 107 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_sync.hpp | 111 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 112 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_std_atomic.hpp | 92 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 93 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_cw_ppc.hpp | 126 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 127 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_pt.hpp | 73 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 74 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_clang.hpp | 100 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 101 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_gcc_sparc.hpp | 122 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 123 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | sp_counted_base_snc_ps3.hpp | 117 virtual void * get_deleter( sp_typeinfo const & ti ) = 0; 118 virtual void * get_local_deleter( sp_typeinfo const & ti ) = 0;
|
| H A D | shared_count.hpp | 501 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 D | hold_any.hpp | 48 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 D | sp_typeinfo.hpp | 28 typedef boost::core::typeinfo sp_typeinfo; typedef
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0002-boost-Backport-clang-support.patch | 943 +#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 D | shared_ptr.hpp | 780 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()
|