Home
last modified time | relevance | path

Searched refs:m_os (Results 1 - 3 of 3) sorted by relevance

/third_party/zlib/contrib/iostream2/
H A Dzstream.h158 ozstream() : m_fp(0), m_os(0) { in ozstream()
161 : m_fp(0), m_os(0) { in ozstream()
165 : m_fp(0), m_os(0) { in ozstream()
199 if (m_os) { in close()
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close()
201 delete[] m_os->str(); delete m_os; m_os = 0; in close()
237 if (m_os in os()
255 ostrstream* m_os; global() member in ozstream
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h4686 std::ostream& m_os;
4866 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
4879 m_os << m_indent << '<' << name;
4896 m_os << "/>";
4900 m_os << m_indent << "</" << m_tags.back() << ">";
4902 m_os << std::endl;
4909 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"';
4915 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"';
4920 m_os << ' ' << name << "=\"" << ( attribute ? "true" : "false" ) << '"';
4929 m_os << m_inden
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6320 std::ostream& m_os;
13713 mutable std::ostream m_os;
13717 CoutStream() : m_os( Catch::cout().rdbuf() ) {}
13721 std::ostream& stream() const override { return m_os; }
13728 mutable std::ostream m_os;
13732 m_os( m_streamBuf.get() )
13738 std::ostream& stream() const override { return m_os; }
15645 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os )
15661 m_os << m_indent;
15664 m_os << '<' << nam
[all...]

Completed in 23 milliseconds