C# (CSharp) Google.Protobuf CodedInputStream.PushLimit - 7 examples found. These are the top rated real world C# (CSharp) examples of Google.Protobuf.CodedInputStream.PushLimit extracted from open source projects. You can rate examples to help us improve the quality of examples.
Sets currentLimit to (current position) + byteLimit. This is called when descending into a length-delimited embedded message. The previous limit is returned.