Lines Matching defs:message
39 /// Interface for a Protocol Buffers message, supporting
45 /// Merges the data from the specified coded input stream with the current message.
58 /// Calculates the size of this message in Protocol Buffer wire format, in bytes.
60 /// <returns>The number of bytes required to write this message
65 /// Descriptor for this message. All instances are expected to return the same descriptor,
73 /// Generic interface for a Protocol Buffers message,
77 /// <typeparam name="T">The message type.</typeparam>
81 /// Merges the given message into this one.
84 /// <param name="message">The message to merge with this one. Must not be null.</param>
85 void MergeFrom(T message);