Lines Matching defs:message
44 /// Reads and decodes protocol message fields.
315 /// for an embedded message, for example.
428 /// Reads an embedded message field value from the stream.
432 // TODO(jtattermusch): if the message doesn't implement IBufferMessage (and thus does not provide the InternalMergeFrom method),
434 // What happends is that we first initialize a ParseContext from the current coded input stream only to parse the length of the message, at which point
610 /// when descending into a length-delimited embedded message. The previous
681 /// Reads a top-level message or a nested message after the limits for this message have been pushed.
685 public void ReadRawMessage(IMessage message)
690 ParsingPrimitivesMessages.ReadRawMessage(ref ctx, message);