Home
last modified time | relevance | path

Searched refs:MoreDataAvailable (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DInvalidProtocolBufferException.cs54 internal static InvalidProtocolBufferException MoreDataAvailable() in MoreDataAvailable() method in Google.Protobuf.InvalidProtocolBufferException
DCodedInputStream.cs296 throw InvalidProtocolBufferException.MoreDataAvailable(); in CheckReadEndOfStreamTag()