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.cs13 internal struct WriterInternalState struct
18 internal int limit; // the size of the current buffer
19 internal int position; // position in the current buffer
21 internal WriteBufferHelper writeBufferHelper;
25 internal CodedOutputStream CodedOutputStream => writeBufferHelper.CodedOutputStream;