Searched refs:pEnterable (Results 1 – 3 of 3) sorted by relevance
227 if (pEnterable) in s_callInto_v()228 pEnterable->callInto(s_pull, pCallee, pParam); in s_callInto_v()246 if (pEnterable) in s_callOut_v()247 pEnterable->callOut_v(pCallee, pParam); in s_callOut_v()329 cppu::Enterable * pEnterable; in uno_Environment_enter() local335 if (pEnterable) in uno_Environment_enter()336 pEnterable->leave(); in uno_Environment_enter()343 if (pEnterable) in uno_Environment_enter()344 pEnterable->enter(); in uno_Environment_enter()362 if (pEnterable) in uno_Environment_isValid()[all …]
82 explicit Base(uno_Environment * pEnv, cppu::Enterable * pEnterable);231 Base::Base(uno_Environment * pEnv, cppu::Enterable * pEnterable) in Base() argument234 m_pEnterable (pEnterable), in Base()528 void Environment_initWithEnterable(uno_Environment * pEnvironment, cppu::Enterable * pEnterable) in Environment_initWithEnterable() argument530 new Base(pEnvironment, pEnterable); in Environment_initWithEnterable()
38 void Environment_initWithEnterable(uno_Environment * pEnvironment, cppu::Enterable * pEnterable);
Completed in 20 milliseconds