Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs732 throw InvalidProtocolBufferException.MalformedVarint(); in SlowReadRawVarint32()
794 throw InvalidProtocolBufferException.MalformedVarint(); in ReadRawVarint32()
841 throw InvalidProtocolBufferException.MalformedVarint(); in ReadRawVarint32()
861 throw InvalidProtocolBufferException.MalformedVarint(); in ReadRawVarint64()
DInvalidProtocolBufferException.cs76 internal static InvalidProtocolBufferException MalformedVarint() in MalformedVarint() method in Google.Protobuf.InvalidProtocolBufferException
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs141 InvalidProtocolBufferException.MalformedVarint(), in ReadVarint()