Lines Matching refs:__tmp
487 any __tmp;
488 __rhs.__call(_Action::_Move, &__tmp);
490 __tmp.__call(_Action::_Move, this);
518 _Tp * __tmp = any_cast<_Tp>(&__v);
519 if (__tmp == nullptr)
521 return *__tmp;
533 _Tp * __tmp = any_cast<_Tp>(&__v);
534 if (__tmp == nullptr)
536 return *__tmp;
548 _Tp * __tmp = any_cast<_Tp>(&__v);
549 if (__tmp == nullptr)
551 return *__tmp;