#include <google/protobuf/util/delimited_message_util.h>
#include <google/protobuf/io/coded_stream.h>
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) |