Home
last modified time | relevance | path

Searched defs:WriterInternalState (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriterInternalState.cs48 internal struct WriterInternalState struct
53 internal int limit; // the size of the current buffer
54 internal int position; // position in the current buffer
56 internal WriteBufferHelper writeBufferHelper;
60 internal CodedOutputStream CodedOutputStream => writeBufferHelper.CodedOutputStream;