Lines Matching refs:__tmp
546 any __tmp;
547 __rhs.__call(_Action::_Move, &__tmp);
549 __tmp.__call(_Action::_Move, this);
588 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v);
589 if (__tmp == nullptr)
591 return static_cast<_ValueType>(*__tmp);
603 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
604 if (__tmp == nullptr)
606 return static_cast<_ValueType>(*__tmp);
618 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
619 if (__tmp == nullptr)
621 return static_cast<_ValueType>(_VSTD::move(*__tmp));