Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DInvalidProtocolBufferException.cs69 internal static InvalidProtocolBufferException NegativeSize() in NegativeSize() method in Google.Protobuf.InvalidProtocolBufferException
DParsingPrimitives.cs438 throw InvalidProtocolBufferException.NegativeSize(); in ReadRawBytes()
522 throw InvalidProtocolBufferException.NegativeSize(); in SkipRawBytes()
591 throw InvalidProtocolBufferException.NegativeSize(); in ReadRawString()
DSegmentedBufferHelper.cs117 throw InvalidProtocolBufferException.NegativeSize(); in PushLimit()