Searched refs:_repeated_repeatedString_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 860 private static readonly pb::FieldCodec<string> _repeated_repeatedString_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2530 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo() 2874 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo() 3195 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize() 3914 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom() 4627 repeatedString_.AddEntriesFrom(ref input, _repeated_repeatedString_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1053 private static readonly pb::FieldCodec<string> _repeated_repeatedString_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2668 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo() 2949 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo() 3208 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize() 3777 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom() 4326 repeatedString_.AddEntriesFrom(ref input, _repeated_repeatedString_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 736 private static readonly pb::FieldCodec<string> _repeated_repeatedString_codec field in Google.Protobuf.TestProtos.TestAllTypes 1126 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo() 1261 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo() 1374 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize() 1704 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom() 1943 repeatedString_.AddEntriesFrom(ref input, _repeated_repeatedString_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 1943 private static readonly pb::FieldCodec<string> _repeated_repeatedString_codec field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2946 repeatedString_.WriteTo(output, _repeated_repeatedString_codec); in WriteTo() 3181 repeatedString_.WriteTo(ref output, _repeated_repeatedString_codec); in IBufferMessage.InternalWriteTo() 3389 size += repeatedString_.CalculateSize(_repeated_repeatedString_codec); in CalculateSize() 3885 repeatedString_.AddEntriesFrom(input, _repeated_repeatedString_codec); in MergeFrom() 4238 repeatedString_.AddEntriesFrom(ref input, _repeated_repeatedString_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 98 milliseconds