Searched refs:doCastIfPossible (Results 1 – 4 of 4) sorted by relevance
311 static To doCastIfPossible(From f) {406 static inline decltype(auto) doCastIfPossible(const From &f) {407 return ForwardTo::doCastIfPossible(const_cast<NonConstFrom>(f));493 static inline CastReturnType doCastIfPossible(const From &f) {522 static inline decltype(auto) doCastIfPossible(From &f) {523 return SimplifiedSelf::doCastIfPossible(598 return CastInfo<To, const From>::doCastIfPossible(Val);603 return CastInfo<To, From>::doCastIfPossible(Val);608 return CastInfo<To, From *>::doCastIfPossible(Val);742 return CastInfo<X, Y>::doCastIfPossible(detail::unwrapValue(Val));[all …]
575 static Optional<To> doCastIfPossible(const From &f) {
115 static inline CastResultType doCastIfPossible(const T3 &f) { in doCastIfPossible() function
476 ``doCast``, ``castFailed``, and ``doCastIfPossible``. These are for ``isa``,