OstreamOutputStream  314 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
OstreamOutputStream  319 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc OstreamOutputStream::~OstreamOutputStream() {
OstreamOutputStream  323 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool OstreamOutputStream::Next(void** data, int* size) {
OstreamOutputStream  327 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void OstreamOutputStream::BackUp(int count) {
OstreamOutputStream  331 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int64 OstreamOutputStream::ByteCount() const {
OstreamOutputStream  335 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream(
OstreamOutputStream  340 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() {
OstreamOutputStream  343 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool OstreamOutputStream::CopyingOstreamOutputStream::Write(
OstreamOutputStream  259 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream {
OstreamOutputStream  265 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   explicit OstreamOutputStream(ostream* stream, int block_size = -1);
OstreamOutputStream  266 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   ~OstreamOutputStream();
OstreamOutputStream  292 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OstreamOutputStream);
OstreamOutputStream  845 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc           OstreamOutputStream output(&stream, kBlockSizes[i]);
OstreamOutputStream  861 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc           OstreamOutputStream output(&stream, kBlockSizes[i]);
OstreamOutputStream  174 third_party/protobuf/src/google/protobuf/message.cc     io::OstreamOutputStream zero_copy_output(output);
OstreamOutputStream  181 third_party/protobuf/src/google/protobuf/message.cc   io::OstreamOutputStream zero_copy_output(output);