Searched refs:__destruct (Results 1 – 2 of 2) sorted by relevance
203 static void * __destruct( void * pExcThis, typelib_TypeDescription *pTypeDescr ) in __destruct() function272 *p++ = ((sal_uIntPtr)(&__destruct)) & 0xff; in destructCodeSnippet()273 *p++ = (((sal_uIntPtr)(&__destruct)) >> 8) & 0xff; in destructCodeSnippet()274 *p++ = (((sal_uIntPtr)(&__destruct)) >> 16) & 0xff; in destructCodeSnippet()275 *p++ = (((sal_uIntPtr)(&__destruct)) >> 24) & 0xff; in destructCodeSnippet()276 *p++ = (((sal_uIntPtr)(&__destruct)) >> 32) & 0xff; in destructCodeSnippet()277 *p++ = (((sal_uIntPtr)(&__destruct)) >> 40) & 0xff; in destructCodeSnippet()278 *p++ = (((sal_uIntPtr)(&__destruct)) >> 48) & 0xff; in destructCodeSnippet()279 *p++ = (((sal_uIntPtr)(&__destruct)) >> 56) & 0xff; in destructCodeSnippet()
253 static void * __cdecl __destruct( void * pExcThis, ObjectFunction * pThis ) in __destruct() function282 call __destruct in destruct()
Completed in 24 milliseconds