ZeroCopyOutputStream 147 google_apis/gcm/base/socket_stream.h : public google::protobuf::io::ZeroCopyOutputStream { ZeroCopyOutputStream 47 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( ZeroCopyOutputStream 49 third_party/protobuf/src/google/protobuf/compiler/code_generator.h namespace io { class ZeroCopyOutputStream; } ZeroCopyOutputStream 105 third_party/protobuf/src/google/protobuf/compiler/code_generator.h virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0; ZeroCopyOutputStream 113 third_party/protobuf/src/google/protobuf/compiler/code_generator.h virtual io::ZeroCopyOutputStream* OpenForInsert( ZeroCopyOutputStream 254 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc io::ZeroCopyOutputStream* Open(const string& filename); ZeroCopyOutputStream 255 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc io::ZeroCopyOutputStream* OpenForInsert( ZeroCopyOutputStream 272 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc : public io::ZeroCopyOutputStream { ZeroCopyOutputStream 435 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc io::ZeroCopyOutputStream* CommandLineInterface::GeneratorContextImpl::Open( ZeroCopyOutputStream 440 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc io::ZeroCopyOutputStream* ZeroCopyOutputStream 1262 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc scoped_ptr<io::ZeroCopyOutputStream> current_output; ZeroCopyOutputStream 107 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc virtual io::ZeroCopyOutputStream* Open(const string& filename) { ZeroCopyOutputStream 104 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 112 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 433 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc scoped_ptr<io::ZeroCopyOutputStream> output(context->Open(filename)); ZeroCopyOutputStream 102 third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 114 third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc scoped_ptr<io::ZeroCopyOutputStream> srclist_raw_output( ZeroCopyOutputStream 73 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 158 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 172 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 186 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 72 third_party/protobuf/src/google/protobuf/compiler/plugin.cc virtual io::ZeroCopyOutputStream* Open(const string& filename) { ZeroCopyOutputStream 78 third_party/protobuf/src/google/protobuf/compiler/plugin.cc virtual io::ZeroCopyOutputStream* OpenForInsert( ZeroCopyOutputStream 270 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output(context->Open(filename)); ZeroCopyOutputStream 70 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc scoped_ptr<io::ZeroCopyOutputStream> output( ZeroCopyOutputStream 135 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) ZeroCopyOutputStream 73 third_party/protobuf/src/google/protobuf/compiler/zip_writer.h ZipWriter(io::ZeroCopyOutputStream* raw_output); ZeroCopyOutputStream 87 third_party/protobuf/src/google/protobuf/compiler/zip_writer.h io::ZeroCopyOutputStream* raw_output_; ZeroCopyOutputStream 553 third_party/protobuf/src/google/protobuf/io/coded_stream.cc CodedOutputStream::CodedOutputStream(ZeroCopyOutputStream* output) ZeroCopyOutputStream 147 third_party/protobuf/src/google/protobuf/io/coded_stream.h class ZeroCopyOutputStream; // zero_copy_stream.h ZeroCopyOutputStream 609 third_party/protobuf/src/google/protobuf/io/coded_stream.h explicit CodedOutputStream(ZeroCopyOutputStream* output); ZeroCopyOutputStream 723 third_party/protobuf/src/google/protobuf/io/coded_stream.h ZeroCopyOutputStream* output_; ZeroCopyOutputStream 193 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { ZeroCopyOutputStream 197 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, ZeroCopyOutputStream 202 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, ZeroCopyOutputStream 110 third_party/protobuf/src/google/protobuf/io/gzip_stream.h class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { ZeroCopyOutputStream 141 third_party/protobuf/src/google/protobuf/io/gzip_stream.h explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream); ZeroCopyOutputStream 145 third_party/protobuf/src/google/protobuf/io/gzip_stream.h ZeroCopyOutputStream* sub_stream, ZeroCopyOutputStream 184 third_party/protobuf/src/google/protobuf/io/gzip_stream.h ZeroCopyOutputStream* sub_stream_; ZeroCopyOutputStream 195 third_party/protobuf/src/google/protobuf/io/gzip_stream.h void Init(ZeroCopyOutputStream* sub_stream, const Options& options); ZeroCopyOutputStream 43 third_party/protobuf/src/google/protobuf/io/printer.cc Printer::Printer(ZeroCopyOutputStream* output, char variable_delimiter) ZeroCopyOutputStream 48 third_party/protobuf/src/google/protobuf/io/printer.h class ZeroCopyOutputStream; // zero_copy_stream.h ZeroCopyOutputStream 68 third_party/protobuf/src/google/protobuf/io/printer.h Printer(ZeroCopyOutputStream* output, char variable_delimiter); ZeroCopyOutputStream 121 third_party/protobuf/src/google/protobuf/io/printer.h ZeroCopyOutputStream* const output_; ZeroCopyOutputStream 43 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc ZeroCopyOutputStream::~ZeroCopyOutputStream() {} ZeroCopyOutputStream 120 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h class ZeroCopyOutputStream; ZeroCopyOutputStream 181 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h class LIBPROTOBUF_EXPORT ZeroCopyOutputStream { ZeroCopyOutputStream 183 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h inline ZeroCopyOutputStream() {} ZeroCopyOutputStream 184 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h virtual ~ZeroCopyOutputStream(); ZeroCopyOutputStream 231 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream); ZeroCopyOutputStream 141 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT FileOutputStream : public ZeroCopyOutputStream { ZeroCopyOutputStream 259 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream { ZeroCopyOutputStream 94 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h class LIBPROTOBUF_EXPORT ArrayOutputStream : public ZeroCopyOutputStream { ZeroCopyOutputStream 126 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { ZeroCopyOutputStream 278 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream { ZeroCopyOutputStream 97 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc bool WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size); ZeroCopyOutputStream 101 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void WriteString(ZeroCopyOutputStream* output, const string& str); ZeroCopyOutputStream 108 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int WriteStuff(ZeroCopyOutputStream* output); ZeroCopyOutputStream 114 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int WriteStuffLarge(ZeroCopyOutputStream* output); ZeroCopyOutputStream 131 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc bool IoTest::WriteToOutput(ZeroCopyOutputStream* output, ZeroCopyOutputStream 194 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc void IoTest::WriteString(ZeroCopyOutputStream* output, const string& str) { ZeroCopyOutputStream 205 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int IoTest::WriteStuff(ZeroCopyOutputStream* output) { ZeroCopyOutputStream 237 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int IoTest::WriteStuffLarge(ZeroCopyOutputStream* output) { ZeroCopyOutputStream 141 third_party/protobuf/src/google/protobuf/message.h class ZeroCopyOutputStream; // zero_copy_stream.h ZeroCopyOutputStream 261 third_party/protobuf/src/google/protobuf/message_lite.cc io::ZeroCopyOutputStream* output) const { ZeroCopyOutputStream 267 third_party/protobuf/src/google/protobuf/message_lite.cc io::ZeroCopyOutputStream* output) const { ZeroCopyOutputStream 51 third_party/protobuf/src/google/protobuf/message_lite.h class ZeroCopyOutputStream; ZeroCopyOutputStream 180 third_party/protobuf/src/google/protobuf/message_lite.h bool SerializeToZeroCopyStream(io::ZeroCopyOutputStream* output) const; ZeroCopyOutputStream 182 third_party/protobuf/src/google/protobuf/message_lite.h bool SerializePartialToZeroCopyStream(io::ZeroCopyOutputStream* output) const; ZeroCopyOutputStream 915 third_party/protobuf/src/google/protobuf/text_format.cc explicit TextGenerator(io::ZeroCopyOutputStream* output, ZeroCopyOutputStream 1022 third_party/protobuf/src/google/protobuf/text_format.cc io::ZeroCopyOutputStream* const output_; ZeroCopyOutputStream 1157 third_party/protobuf/src/google/protobuf/text_format.cc io::ZeroCopyOutputStream* output) const { ZeroCopyOutputStream 1168 third_party/protobuf/src/google/protobuf/text_format.cc io::ZeroCopyOutputStream* output) const { ZeroCopyOutputStream 1378 third_party/protobuf/src/google/protobuf/text_format.cc io::ZeroCopyOutputStream* output) { ZeroCopyOutputStream 1384 third_party/protobuf/src/google/protobuf/text_format.cc io::ZeroCopyOutputStream* output) { ZeroCopyOutputStream 64 third_party/protobuf/src/google/protobuf/text_format.h static bool Print(const Message& message, io::ZeroCopyOutputStream* output); ZeroCopyOutputStream 70 third_party/protobuf/src/google/protobuf/text_format.h io::ZeroCopyOutputStream* output); ZeroCopyOutputStream 96 third_party/protobuf/src/google/protobuf/text_format.h bool Print(const Message& message, io::ZeroCopyOutputStream* output) const; ZeroCopyOutputStream 99 third_party/protobuf/src/google/protobuf/text_format.h io::ZeroCopyOutputStream* output) const;