Searched refs:pCallbacks (Results 1 – 1 of 1) sorted by relevance
203 CallbackSet_Impl * pCallbacks; member244 if (pCallbacks) in callChain()247 while( aIt != pCallbacks->end() ) in callChain()329 delete pCallbacks; in ~TypeDescriptor_Init_Impl()330 pCallbacks = 0; in ~TypeDescriptor_Init_Impl()352 if( !rInit.pCallbacks ) in typelib_typedescription_registerCallback()353 rInit.pCallbacks = new CallbackSet_Impl; in typelib_typedescription_registerCallback()363 if( rInit.pCallbacks ) in typelib_typedescription_revokeCallback()369 while (!(iPos == rInit.pCallbacks->end())) in typelib_typedescription_revokeCallback()373 rInit.pCallbacks->erase( iPos ); in typelib_typedescription_revokeCallback()[all …]
Completed in 32 milliseconds