Searched refs:m_streams (Results 1 – 7 of 7) sorted by relevance
141 std::vector<std::unique_ptr<std::ostringstream>> m_streams; member147 … m_streams.push_back( std::unique_ptr<std::ostringstream>( new std::ostringstream ) ); in add()148 return m_streams.size()-1; in add()158 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state in release()165 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream()
205 InputStreamsType m_streams; member in RecognizerSharedState
136 return m_streams;246 m_streams = streams;
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
11287 std::vector<std::unique_ptr<std::ostringstream>> m_streams; member11293 … m_streams.push_back( std::unique_ptr<std::ostringstream>( new std::ostringstream ) ); in add()11294 return m_streams.size()-1; in add()11304 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state in release()11311 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream()