Home
last modified time | relevance | path

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

/external/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;
/external/cronet/stable/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;
/external/cronet/tot/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;