Lines Matching refs:__call
193 if (__other.__h) __other.__call(_Action::_Copy, this);
199 if (__other.__h) __other.__call(_Action::_Move, this);
278 void reset() _NOEXCEPT { if (__h) this->__call(_Action::_Destroy); }
291 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
310 void * __call(_Action __a, any * __other = nullptr,
318 void * __call(_Action __a, any * __other = nullptr,
547 __rhs.__call(_Action::_Move, &__tmp);
548 this->__call(_Action::_Move, &__rhs);
549 __tmp.__call(_Action::_Move, this);
552 this->__call(_Action::_Move, &__rhs);
555 __rhs.__call(_Action::_Move, this);
655 void *__p = __any->__call(_Action::_Get, nullptr,