Searched refs:m_pPCache (Results 1 – 2 of 2) sorted by relevance
93 m_bIsPkgMSP( false ), m_pPCache( 0 ) in MasterScriptProvider()105 if ( m_pPCache ) in ~MasterScriptProvider()107 delete m_pPCache; in ~MasterScriptProvider()109 m_pPCache = 0; in ~MasterScriptProvider()406 if ( !m_pPCache ) in providerCache()409 if ( !m_pPCache ) in providerCache()417 m_pPCache = new ProviderCache( m_xContext, m_sAargs ); in providerCache()421 m_pPCache = new ProviderCache( m_xContext, m_sAargs, blacklist ); in providerCache()425 return m_pPCache; in providerCache()
148 ProviderCache* m_pPCache; member in func_provider::MasterScriptProvider
Completed in 21 milliseconds