Go to the documentation of this file.
34 #ifndef GOOGLE_PROTOBUF_UTIL_DELIMITED_MESSAGE_UTIL_H__
35 #define GOOGLE_PROTOBUF_UTIL_DELIMITED_MESSAGE_UTIL_H__
40 #include <google/protobuf/message_lite.h>
41 #include <google/protobuf/io/coded_stream.h>
42 #include <google/protobuf/io/zero_copy_stream_impl.h>
44 #include <google/protobuf/port_def.inc>
106 #include <google/protobuf/port_undef.inc>
108 #endif // GOOGLE_PROTOBUF_UTIL_DELIMITED_MESSAGE_UTIL_H__
GRPC_CUSTOM_ZEROCOPYINPUTSTREAM ZeroCopyInputStream
bool SerializeDelimitedToFileDescriptor(const MessageLite &message, int file_descriptor)
bool ParseDelimitedFromCodedStream(MessageLite *message, io::CodedInputStream *input, bool *clean_eof)
GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM ZeroCopyOutputStream
GRPC_CUSTOM_MESSAGELITE MessageLite
GRPC_CUSTOM_CODEDINPUTSTREAM CodedInputStream
GRPC_CUSTOM_CODEDOUTPUTSTREAM CodedOutputStream
bool SerializeDelimitedToCodedStream(const MessageLite &message, io::CodedOutputStream *output)
bool SerializeDelimitedToZeroCopyStream(const MessageLite &message, io::ZeroCopyOutputStream *output)
bool SerializeDelimitedToOstream(const MessageLite &message, std::ostream *output)
bool ParseDelimitedFromZeroCopyStream(MessageLite *message, io::ZeroCopyInputStream *input, bool *clean_eof)
grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:09