Home
last modified time | relevance | path

Searched refs:m_streams (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h27 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 …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13518 std::vector<std::unique_ptr<std::ostringstream>> m_streams; member
13524m_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()