Home
last modified time | relevance | path

Searched refs:OstreamOutputStream (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream() function in google::protobuf::io::OstreamOutputStream
319 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()
Dzero_copy_stream_impl.h259 class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream {
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
266 ~OstreamOutputStream();
292 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OstreamOutputStream);
Dzero_copy_stream_unittest.cc846 OstreamOutputStream output(&stream, kBlockSizes[i]); in TEST_F()
862 OstreamOutputStream output(&stream, kBlockSizes[i]); in TEST_F()
/external/protobuf/src/google/protobuf/
Dmessage.cc174 io::OstreamOutputStream zero_copy_output(output); in SerializeToOstream()
181 io::OstreamOutputStream zero_copy_output(output); in SerializePartialToOstream()