Home
last modified time | relevance | path

Searched refs:CopyStateTo (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs446 ctx.CopyStateTo(this); in ReadMessage()
462 ctx.CopyStateTo(this); in ReadGroup()
694 ctx.CopyStateTo(this); in ReadRawMessage()
DCodedOutputStream.cs276 ctx.CopyStateTo(this); in WriteMessage()
298 ctx.CopyStateTo(this); in WriteRawMessage()
316 ctx.CopyStateTo(this); in WriteGroup()
DUnknownFieldSet.cs82 ctx.CopyStateTo(output); in WriteTo()
285 ctx.CopyStateTo(input); in MergeFieldFrom()
DWritingPrimitivesMessages.cs99 ctx.CopyStateTo(ctx.state.CodedOutputStream); in WriteRawMessage()
DExtensionSet.cs194 ctx.CopyStateTo(stream);
356 ctx.CopyStateTo(stream); in WriteTo()
DParsingPrimitivesMessages.cs195 ctx.CopyStateTo(ctx.state.CodedInputStream); in ReadRawMessage()
DWriteContext.cs361 internal void CopyStateTo(CodedOutputStream output) in CopyStateTo() method
DParseContext.cs319 internal void CopyStateTo(CodedInputStream input) in CopyStateTo() method
DFieldCodec.cs814 ctx.CopyStateTo(output);
859 ctx.CopyStateTo(input);
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DFieldCodecTest.cs135 ctx.CopyStateTo(codedOutput); in TestRoundTripRaw()
192 ctx.CopyStateTo(codedOutput); in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs135 ctx.CopyStateTo(codedOutput); in TestRoundTripRaw()
196 ctx.CopyStateTo(codedOutput); in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs107 ctx.CopyStateTo(input); in AddEntriesFrom()
240 ctx.CopyStateTo(output); in WriteTo()
DMapField.cs434 ctx.CopyStateTo(input); in AddEntriesFrom()
475 ctx.CopyStateTo(output); in WriteTo()