CodedInputStream(byte[] buffer) | Google.Protobuf.CodedInputStream | inline |
CodedInputStream(byte[] buffer, int offset, int length) | Google.Protobuf.CodedInputStream | inline |
CodedInputStream(Stream input) | Google.Protobuf.CodedInputStream | inline |
CodedInputStream(Stream input, bool leaveOpen) | Google.Protobuf.CodedInputStream | inline |
CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) | Google.Protobuf.CodedInputStream | inlinestatic |
Dispose() | Google.Protobuf.CodedInputStream | inline |
IsAtEnd | Google.Protobuf.CodedInputStream | |
MaybeConsumeTag(uint tag) | Google.Protobuf.CodedInputStream | inline |
PeekTag() | Google.Protobuf.CodedInputStream | inline |
Position | Google.Protobuf.CodedInputStream | |
ReadBool() | Google.Protobuf.CodedInputStream | inline |
ReadBytes() | Google.Protobuf.CodedInputStream | inline |
ReadDouble() | Google.Protobuf.CodedInputStream | inline |
ReadEnum() | Google.Protobuf.CodedInputStream | inline |
ReadFixed32() | Google.Protobuf.CodedInputStream | inline |
ReadFixed64() | Google.Protobuf.CodedInputStream | inline |
ReadFloat() | Google.Protobuf.CodedInputStream | inline |
ReadInt32() | Google.Protobuf.CodedInputStream | inline |
ReadInt64() | Google.Protobuf.CodedInputStream | inline |
ReadLength() | Google.Protobuf.CodedInputStream | inline |
ReadMessage(IMessage builder) | Google.Protobuf.CodedInputStream | inline |
ReadSFixed32() | Google.Protobuf.CodedInputStream | inline |
ReadSFixed64() | Google.Protobuf.CodedInputStream | inline |
ReadSInt32() | Google.Protobuf.CodedInputStream | inline |
ReadSInt64() | Google.Protobuf.CodedInputStream | inline |
ReadString() | Google.Protobuf.CodedInputStream | inline |
ReadTag() | Google.Protobuf.CodedInputStream | inline |
ReadUInt32() | Google.Protobuf.CodedInputStream | inline |
ReadUInt64() | Google.Protobuf.CodedInputStream | inline |
RecursionLimit | Google.Protobuf.CodedInputStream | |
SizeLimit | Google.Protobuf.CodedInputStream | |
SkipLastField() | Google.Protobuf.CodedInputStream | inline |