Home
last modified time | relevance | path

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

/third_party/zlib/contrib/iostream2/
Dzstream.h158 ozstream() : m_fp(0), m_os(0) { in ozstream()
161 : m_fp(0), m_os(0) {
165 : m_fp(0), m_os(0) {
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() local
237 if (m_os == 0) m_os = new ostrstream; in os()
238 return *m_os; in os()
242 if (m_os && m_os->pcount()>0) { in os_flush()
244 oss->fill(m_os->fill()); in os_flush()
[all …]
/third_party/json/tests/thirdparty/doctest/
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_indent;
[all …]
/third_party/libabigail/tests/lib/
Dcatch.hpp6320 std::ostream& m_os; member in Catch::XmlWriter
13713 mutable std::ostream m_os; member in Catch::Detail::__anon0fc46ad33b11::CoutStream
13717 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream()
13721 std::ostream& stream() const override { return m_os; } in stream()
13728 mutable std::ostream m_os; member in Catch::Detail::__anon0fc46ad33b11::DebugOutStream
13732 m_os( m_streamBuf.get() ) in DebugOutStream()
13738 std::ostream& stream() const override { return m_os; } in stream()
15645 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter()
15661 m_os << m_indent; in startElement()
15664 m_os << '<' << name; in startElement()
[all …]