Searched refs:_repeated_repeatedSint64_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 780 private static readonly pb::FieldCodec<long> _repeated_repeatedSint64_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2522 repeatedSint64_.WriteTo(output, _repeated_repeatedSint64_codec); in WriteTo() 2866 repeatedSint64_.WriteTo(ref output, _repeated_repeatedSint64_codec); in IBufferMessage.InternalWriteTo() 3187 size += repeatedSint64_.CalculateSize(_repeated_repeatedSint64_codec); in CalculateSize() 3875 repeatedSint64_.AddEntriesFrom(input, _repeated_repeatedSint64_codec); in MergeFrom() 4588 repeatedSint64_.AddEntriesFrom(ref input, _repeated_repeatedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 973 private static readonly pb::FieldCodec<long> _repeated_repeatedSint64_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2660 repeatedSint64_.WriteTo(output, _repeated_repeatedSint64_codec); in WriteTo() 2941 repeatedSint64_.WriteTo(ref output, _repeated_repeatedSint64_codec); in IBufferMessage.InternalWriteTo() 3200 size += repeatedSint64_.CalculateSize(_repeated_repeatedSint64_codec); in CalculateSize() 3738 repeatedSint64_.AddEntriesFrom(input, _repeated_repeatedSint64_codec); in MergeFrom() 4287 repeatedSint64_.AddEntriesFrom(ref input, _repeated_repeatedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 656 private static readonly pb::FieldCodec<long> _repeated_repeatedSint64_codec field in Google.Protobuf.TestProtos.TestAllTypes 1118 repeatedSint64_.WriteTo(output, _repeated_repeatedSint64_codec); in WriteTo() 1253 repeatedSint64_.WriteTo(ref output, _repeated_repeatedSint64_codec); in IBufferMessage.InternalWriteTo() 1366 size += repeatedSint64_.CalculateSize(_repeated_repeatedSint64_codec); in CalculateSize() 1665 repeatedSint64_.AddEntriesFrom(input, _repeated_repeatedSint64_codec); in MergeFrom() 1904 repeatedSint64_.AddEntriesFrom(ref input, _repeated_repeatedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 1863 private static readonly pb::FieldCodec<long> _repeated_repeatedSint64_codec field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2938 repeatedSint64_.WriteTo(output, _repeated_repeatedSint64_codec); in WriteTo() 3173 repeatedSint64_.WriteTo(ref output, _repeated_repeatedSint64_codec); in IBufferMessage.InternalWriteTo() 3381 size += repeatedSint64_.CalculateSize(_repeated_repeatedSint64_codec); in CalculateSize() 3846 repeatedSint64_.AddEntriesFrom(input, _repeated_repeatedSint64_codec); in MergeFrom() 4199 repeatedSint64_.AddEntriesFrom(ref input, _repeated_repeatedSint64_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 72 milliseconds