Searched defs:runtime_cast_impl (Results 1 – 1 of 1) sorted by relevance
32 T* runtime_cast_impl(U* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl() function37 T const* runtime_cast_impl(U const* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl() function42 T* runtime_cast_impl(U* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl() function49 T const* runtime_cast_impl(U const* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl() function