Searched defs:short (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomutil.h391 _variant_t(short sSrc,VARTYPE vtSrc = VT_I2);
405 _variant_t(unsigned short usSrc) throw();
412 operator short() const;
425 operator unsigned short() const;
434 _variant_t &operator=(short sSrc);
448 _variant_t &operator=(unsigned short usSrc);
492 inline _variant_t::_variant_t(short sSrc,VARTYPE vtSrc) {
587 inline _variant_t::_variant_t(unsigned short usSrc) throw() {
611 inline _variant_t::operator short() const {
699 inline _variant_t::operator unsigned short() cons
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomutil.h391 _variant_t(short sSrc,VARTYPE vtSrc = VT_I2);
405 _variant_t(unsigned short usSrc) throw();
412 operator short() const;
425 operator unsigned short() const;
434 _variant_t &operator=(short sSrc);
448 _variant_t &operator=(unsigned short usSrc);
492 inline _variant_t::_variant_t(short sSrc,VARTYPE vtSrc) {
587 inline _variant_t::_variant_t(unsigned short usSrc) throw() {
611 inline _variant_t::operator short() const {
699 inline _variant_t::operator unsigned short() cons
[all...]

Completed in 39 milliseconds