Searched refs:OstreamOutputStream (Results 1 – 4 of 4) sorted by relevance
314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream() function in google::protobuf::io::OstreamOutputStream319 OstreamOutputStream::~OstreamOutputStream() { in ~OstreamOutputStream()323 bool OstreamOutputStream::Next(void** data, int* size) { in Next()327 void OstreamOutputStream::BackUp(int count) { in BackUp()331 int64 OstreamOutputStream::ByteCount() const { in ByteCount()335 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( in CopyingOstreamOutputStream()340 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() { in ~CopyingOstreamOutputStream()343 bool OstreamOutputStream::CopyingOstreamOutputStream::Write( in Write()
259 class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream {265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);266 ~OstreamOutputStream();292 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OstreamOutputStream);
846 OstreamOutputStream output(&stream, kBlockSizes[i]); in TEST_F()862 OstreamOutputStream output(&stream, kBlockSizes[i]); in TEST_F()
174 io::OstreamOutputStream zero_copy_output(output); in SerializeToOstream()181 io::OstreamOutputStream zero_copy_output(output); in SerializePartialToOstream()