Searched refs:SafeCastById (Results 1 – 1 of 1) sorted by relevance
45 … uintptr_t ptr = __T::SafeCastById(id); \52 … return __T::SafeCastById(id); \54 …uintptr_t SafeCastById(TypeInfoBase::IdType id) const override \80 virtual uintptr_t SafeCastById(IdType id) const in SafeCastById() function101 … return rawPtr != nullptr ? reinterpret_cast<T*>(rawPtr->SafeCastById(T::TypeId())) : nullptr; in DynamicCast()107 …return rawPtr != nullptr ? reinterpret_cast<const T*>(rawPtr->SafeCastById(T::TypeId())) : nullptr; in DynamicCast()