Home | History | Annotate | Download | only in include

Lines Matching full:__info

307                   type_info const * __info = nullptr,
310 return __h(__a, this, __other, __info, __fallback_info);
315 type_info const * __info = nullptr,
318 return __h(__a, this, __other, __info, __fallback_info);
345 type_info const * __info, const void* __fallback_info)
359 return __get(const_cast<any &>(*__this), __info, __fallback_info);
395 type_info const * __info,
398 if (__any_imp::__compare_typeid<_Tp>(__info, __fallback_id))
419 any * __other, type_info const * __info,
434 return __get(const_cast<any &>(*__this), __info, __fallback_info);
473 static void* __get(any & __this, type_info const * __info,
476 if (__any_imp::__compare_typeid<_Tp>(__info, __fallback_info))