Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A 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;
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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;