Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteBufferHelper.cs95 if (GetSpaceLeft(ref state) != 0) in CheckNoSpaceLeft()
106 public static int GetSpaceLeft(ref WriterInternalState state) in GetSpaceLeft() method
DCodedOutputStream.cs599 public int SpaceLeft => WriteBufferHelper.GetSpaceLeft(ref state);