Home
last modified time | relevance | path

Searched refs:ui8Src (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/vcruntime/
H A Dcomutil.h410 __MINGW_EXTENSION _variant_t(unsigned __int64 ui8Src) throw();
453 __MINGW_EXTENSION _variant_t &operator=(unsigned __int64 ui8Src);
607 __MINGW_EXTENSION inline _variant_t::_variant_t(unsigned __int64 ui8Src) throw() { in _variant_t() argument
609 V_UI8(this) = ui8Src; in _variant_t()
1027 __MINGW_EXTENSION inline _variant_t &_variant_t::operator=(unsigned __int64 ui8Src) {
1035 V_UI8(this) = ui8Src;