Searched refs:m_streams (Results 1 – 2 of 2) sorted by relevance
27 m_streams.push_back(stream_sp); in StreamTee()33 m_streams.push_back(stream_sp); in StreamTee()35 m_streams.push_back(stream_2_sp); in StreamTee()41 m_streams = rhs.m_streams; in StreamTee()54 m_streams = rhs.m_streams;62 for (pos = m_streams.begin(), end = m_streams.end(); pos != end; ++pos) { in Flush()73 size_t new_idx = m_streams.size(); in AppendStream()75 m_streams.push_back(stream_sp); in AppendStream()83 result = m_streams.size(); in GetNumStreams()91 if (idx < m_streams.size()) in GetStreamAtIndex()[all …]
13518 std::vector<std::unique_ptr<std::ostringstream>> m_streams; member13524 … m_streams.push_back( std::unique_ptr<std::ostringstream>( new std::ostringstream ) ); in add()13525 return m_streams.size()-1; in add()13535 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state in release()13542 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream()