#include <ostream>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::util | |
Functions | |
bool | google::protobuf::util::ParseDelimitedFromCodedStream (MessageLite *message, io::CodedInputStream *input, bool *clean_eof) |
bool | google::protobuf::util::ParseDelimitedFromZeroCopyStream (MessageLite *message, io::ZeroCopyInputStream *input, bool *clean_eof) |
bool | google::protobuf::util::SerializeDelimitedToCodedStream (const MessageLite &message, io::CodedOutputStream *output) |
bool | google::protobuf::util::SerializeDelimitedToFileDescriptor (const MessageLite &message, int file_descriptor) |
bool | google::protobuf::util::SerializeDelimitedToOstream (const MessageLite &message, std::ostream *output) |
bool | google::protobuf::util::SerializeDelimitedToZeroCopyStream (const MessageLite &message, io::ZeroCopyOutputStream *output) |