Searched refs:_repeated_repeatedSint32_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 770 private static readonly pb::FieldCodec<int> _repeated_repeatedSint32_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2521 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo() 2865 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo() 3186 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize() 3870 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom() 4583 repeatedSint32_.AddEntriesFrom(ref input, _repeated_repeatedSint32_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 963 private static readonly pb::FieldCodec<int> _repeated_repeatedSint32_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2659 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo() 2940 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo() 3199 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize() 3733 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom() 4282 repeatedSint32_.AddEntriesFrom(ref input, _repeated_repeatedSint32_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 646 private static readonly pb::FieldCodec<int> _repeated_repeatedSint32_codec field in Google.Protobuf.TestProtos.TestAllTypes 1117 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo() 1252 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo() 1365 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize() 1660 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom() 1899 repeatedSint32_.AddEntriesFrom(ref input, _repeated_repeatedSint32_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 1853 private static readonly pb::FieldCodec<int> _repeated_repeatedSint32_codec field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2937 repeatedSint32_.WriteTo(output, _repeated_repeatedSint32_codec); in WriteTo() 3172 repeatedSint32_.WriteTo(ref output, _repeated_repeatedSint32_codec); in IBufferMessage.InternalWriteTo() 3380 size += repeatedSint32_.CalculateSize(_repeated_repeatedSint32_codec); in CalculateSize() 3841 repeatedSint32_.AddEntriesFrom(input, _repeated_repeatedSint32_codec); in MergeFrom() 4194 repeatedSint32_.AddEntriesFrom(ref input, _repeated_repeatedSint32_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 69 milliseconds