Searched refs:m_pSwitchStream (Results 1 – 2 of 2) sorted by relevance
211 , m_pSwitchStream( NULL ) in OStorage_Impl()219 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xInput… in OStorage_Impl()220 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()251 , m_pSwitchStream( NULL ) in OStorage_Impl()261 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xStrea… in OStorage_Impl()262 m_xStream = static_cast< io::XStream* >( m_pSwitchStream ); in OStorage_Impl()266 m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, in OStorage_Impl()268 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()295 , m_pSwitchStream( NULL ) in OStorage_Impl()5890 if ( !m_pImpl->m_pSwitchStream ) in writeAndAttachToStream()[all …]
171 SwitchablePersistenceStream* m_pSwitchStream; member