Home
last modified time | relevance | path

Searched defs:CountingOutputStream (Results 1 – 6 of 6) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DCountingStream.cpp184 CountingOutputStream::CountingOutputStream(): std::ostream(&_buf) in CountingOutputStream() function in Poco::CountingOutputStream
189 CountingOutputStream::CountingOutputStream(std::ostream& ostr): CountingIOS(ostr), std::ostream(&_b… in CountingOutputStream() function in Poco::CountingOutputStream
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Drollingfileappender.cpp547 class CountingOutputStream : public OutputStream class
566 CountingOutputStream( in CountingOutputStream() function in log4cxx::rolling::CountingOutputStream
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/http/converter/xml/
H A DSourceHttpMessageConverter.java114 private static class CountingOutputStream extends OutputStream { class in SourceHttpMessageConverter
/dports/games/gtkradiant/GPL/GtkRadiant/libs/stream/
H A Dtextstream.h218 CountingOutputStream(TextOutputStreamType& ostream) : m_ostream(ostream) in CountingOutputStream() function
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/benchmark/
H A Dcapnproto-common.h43 CountingOutputStream(int fd): FdOutputStream(fd), throughput(0) {} in CountingOutputStream() function
/dports/devel/capnproto/capnproto-0.9.0/c++/src/benchmark/
H A Dcapnproto-common.h43 CountingOutputStream(int fd): FdOutputStream(fd), throughput(0) {} in CountingOutputStream() function