Searched defs:runtime_pointer_cast (Results 1 – 3 of 3) sorted by relevance
56 T* runtime_pointer_cast(U* u) BOOST_NOEXCEPT { in runtime_pointer_cast() function68 T const* runtime_pointer_cast(U const* u) BOOST_NOEXCEPT { in runtime_pointer_cast() function
37 std::shared_ptr<T> runtime_pointer_cast(std::shared_ptr<U> const& u) { in runtime_pointer_cast() function
40 boost::shared_ptr<T> runtime_pointer_cast(boost::shared_ptr<U> const& u) { in runtime_pointer_cast() function