Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs458 IsDataAvailableInSource(ref state, size)) in ReadRawBytesSlow()
777 return IsDataAvailableInSource(ref state, size); in IsDataAvailable()
786 private static bool IsDataAvailableInSource(ref ParserInternalState state, int size) in IsDataAvailableInSource() method in Google.Protobuf.ParsingPrimitives