Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/detail/
Druntime_cast_impl.hpp32 T* runtime_cast_impl(U* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl() function
37 T const* runtime_cast_impl(U const* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl() function
42 T* runtime_cast_impl(U* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl() function
49 T const* runtime_cast_impl(U const* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl() function