Searched refs:OstreamOutputStream (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) function in class:google::protobuf::io::OstreamOutputStream
319 OstreamOutputStream::~OstreamOutputStream() {
323 bool OstreamOutputStream::Next(void** data, int* size) {
327 void OstreamOutputStream::BackUp(int count) {
331 int64 OstreamOutputStream::ByteCount() const {
335 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream(
340 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() {
343 bool OstreamOutputStream
[all...]
H A Dzero_copy_stream_impl.h137 // OstreamOutputStream. The latter will introduce an extra layer of buffering,
259 class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream { class in namespace:google::protobuf::io
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
266 ~OstreamOutputStream();
292 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OstreamOutputStream);
H A Dzero_copy_stream_unittest.cc845 OstreamOutputStream output(&stream, kBlockSizes[i]);
861 OstreamOutputStream output(&stream, kBlockSizes[i]);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc313 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) function in class:google::protobuf::io::OstreamOutputStream
318 OstreamOutputStream::~OstreamOutputStream() {
322 bool OstreamOutputStream::Next(void** data, int* size) {
326 void OstreamOutputStream::BackUp(int count) {
330 int64 OstreamOutputStream::ByteCount() const {
334 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream(
339 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() {
342 bool OstreamOutputStream
[all...]
H A Dzero_copy_stream_impl.h137 // OstreamOutputStream. The latter will introduce an extra layer of buffering,
259 class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream { class in namespace:google::protobuf::io
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
266 ~OstreamOutputStream();
292 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OstreamOutputStream);
H A Dzero_copy_stream_unittest.cc622 OstreamOutputStream output(&stream, kBlockSizes[i]);
638 OstreamOutputStream output(&stream, kBlockSizes[i]);
/external/protobuf/src/google/protobuf/
H A Dmessage.cc173 io::OstreamOutputStream zero_copy_output(output);
180 io::OstreamOutputStream zero_copy_output(output);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc174 io::OstreamOutputStream zero_copy_output(output);
181 io::OstreamOutputStream zero_copy_output(output);

Completed in 313 milliseconds