Home
last modified time | relevance | path

Searched refs:TruncatedMessage (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs441 throw InvalidProtocolBufferException.TruncatedMessage(); in SkipGroup()
579 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadMessage()
820 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawVarint32()
834 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawVarint32()
940 throw InvalidProtocolBufferException.TruncatedMessage(); in PushLimit()
1022 throw InvalidProtocolBufferException.TruncatedMessage(); in RefillBuffer()
1042 throw InvalidProtocolBufferException.TruncatedMessage(); in RefillBuffer()
1095 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawBytes()
1168 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadRawBytes()
1213 throw InvalidProtocolBufferException.TruncatedMessage(); in SkipRawBytes()
[all …]
DInvalidProtocolBufferException.cs60 internal static InvalidProtocolBufferException TruncatedMessage() in TruncatedMessage() method in Google.Protobuf.InvalidProtocolBufferException
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs145 InvalidProtocolBufferException.TruncatedMessage(), in ReadVarint()