Home
last modified time | relevance | path

Searched defs:null_deleter (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dnull_deleter.hpp31 struct null_deleter struct
34 typedef void result_type;
39 void operator() (T*) const BOOST_NOEXCEPT {} in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_fn_test.cpp19 struct null_deleter struct
26 boost::shared_ptr<void()> pf( f, null_deleter() ); in main() argument
Dlocal_sp_fn_test.cpp19 struct null_deleter struct
26 boost::local_shared_ptr<void()> pf( f, null_deleter() ); in main() argument
Dshared_from_raw_test2.cpp169 struct null_deleter struct
177 boost::shared_ptr<V> pv2( pv.get(), null_deleter() ); in test4() argument
Desft_regtest.cpp171 struct null_deleter struct
179 boost::shared_ptr<V> pv2( pv.get(), null_deleter() ); in test4() argument
Desft_second_ptr_test.cpp25 void null_deleter( void const* ) in null_deleter() function
Dshared_from_raw_test3.cpp26 void null_deleter( void const* ) in null_deleter() function
Dshared_from_test.cpp40 void null_deleter( void const* ) in null_deleter() function
Dweak_from_test.cpp41 void null_deleter( void const* ) in null_deleter() function
Dlocal_sp_test.cpp2081 struct null_deleter struct
2088 boost::local_shared_ptr<U> p3( static_cast<U*>(0), null_deleter() ); in test_aliasing_reset_() argument
Dshared_ptr_test.cpp2941 struct null_deleter struct
2943 void operator()(void const *) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dshared_ptr_helper.hpp67 struct null_deleter { struct in boost::serialization::shared_ptr_helper
68 void operator()(void const *) const {} in operator ()()
Dshared_ptr_132.hpp45 struct null_deleter { struct
46 void operator()(void const *) const {} in operator ()()
Dshared_ptr.hpp83 struct null_deleter { struct
84 void operator()(void const *) const {} in operator ()()