Searched refs:maOpenedStreamMap (Results 1 – 2 of 2) sorted by relevance
865 if( maOpenedStreamMap.find( sPath ) == maOpenedStreamMap.end() ) in GetIdForPath()867 return maOpenedStreamMap[ sPath ].first; in GetIdForPath()872 if( maOpenedStreamMap.find( sPath ) == maOpenedStreamMap.end() ) in GetStreamForPath()874 return maOpenedStreamMap[ sPath ].second; in GetStreamForPath()990 maOpenedStreamMap[ sFullStream ] = std::make_pair( sRelationshipId, p ); in CreateOutputStream()
351 XclExpXmlPathToStateMap maOpenedStreamMap; member in XclExpXmlStream
Completed in 27 milliseconds