Lines Matching full:__tmp
544 any __tmp;
545 __rhs.__call(_Action::_Move, &__tmp);
547 __tmp.__call(_Action::_Move, this);
585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v);
586 if (__tmp == nullptr)
588 return static_cast<_ValueType>(*__tmp);
599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
600 if (__tmp == nullptr)
602 return static_cast<_ValueType>(*__tmp);
613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
614 if (__tmp == nullptr)
616 return static_cast<_ValueType>(_VSTD::move(*__tmp));