Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/
Dreference_cast.hpp40 typename boost::add_reference<T>::type runtime_cast(U& u) { in runtime_cast() function
55 typename boost::add_reference<const T>::type runtime_cast(U const& u) { in runtime_cast() function
Dpointer_cast.hpp32 T runtime_cast(U* u) BOOST_NOEXCEPT { in runtime_cast() function
43 T runtime_cast(U const* u) BOOST_NOEXCEPT { in runtime_cast() function