Home
last modified time | relevance | path

Searched defs:runtime_pointer_cast (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/
Dpointer_cast.hpp56 T* runtime_pointer_cast(U* u) BOOST_NOEXCEPT { in runtime_pointer_cast() function
68 T const* runtime_pointer_cast(U const* u) BOOST_NOEXCEPT { in runtime_pointer_cast() function
Dstd_shared_ptr_cast.hpp37 std::shared_ptr<T> runtime_pointer_cast(std::shared_ptr<U> const& u) { in runtime_pointer_cast() function
Dboost_shared_ptr_cast.hpp40 boost::shared_ptr<T> runtime_pointer_cast(boost::shared_ptr<U> const& u) { in runtime_pointer_cast() function