Searched refs:pCallbacks (Results 1 – 1 of 1) sorted by relevance
201 CallbackSet_Impl * pCallbacks; member242 if (pCallbacks) in callChain()245 while( aIt != pCallbacks->end() ) in callChain()327 delete pCallbacks; in ~TypeDescriptor_Init_Impl()328 pCallbacks = 0; in ~TypeDescriptor_Init_Impl()350 if( !rInit.pCallbacks ) in typelib_typedescription_registerCallback()351 rInit.pCallbacks = new CallbackSet_Impl; in typelib_typedescription_registerCallback()361 if( rInit.pCallbacks ) in typelib_typedescription_revokeCallback()367 while (!(iPos == rInit.pCallbacks->end())) in typelib_typedescription_revokeCallback()371 rInit.pCallbacks->erase( iPos ); in typelib_typedescription_revokeCallback()[all …]
Completed in 71 milliseconds