Searched refs:m_pSwitchStream (Results 1 – 2 of 2) sorted by relevance
213 , m_pSwitchStream( NULL ) in OStorage_Impl()221 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xInput… in OStorage_Impl()222 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()253 , m_pSwitchStream( NULL ) in OStorage_Impl()263 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xStrea… in OStorage_Impl()264 m_xStream = static_cast< io::XStream* >( m_pSwitchStream ); in OStorage_Impl()268 m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, in OStorage_Impl()270 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()297 , m_pSwitchStream( NULL ) in OStorage_Impl()5892 if ( !m_pImpl->m_pSwitchStream ) in writeAndAttachToStream()[all …]
171 SwitchablePersistenceStream* m_pSwitchStream; member