Searched refs:_repeated_packedSint64_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 993 private static readonly pb::FieldCodec<long> _repeated_packedSint64_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2562 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo() 2906 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo() 3208 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize() 4050 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom() 4763 packedSint64_.AddEntriesFrom(ref input, _repeated_packedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1186 private static readonly pb::FieldCodec<long> _repeated_packedSint64_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2700 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo() 2981 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo() 3221 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize() 3913 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom() 4462 packedSint64_.AddEntriesFrom(ref input, _repeated_packedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 7154 private static readonly pb::FieldCodec<long> _repeated_packedSint64_codec field in Google.Protobuf.TestProtos.TestPackedTypes 7310 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo() 7333 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo() 7356 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize() 7431 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom() 7515 packedSint64_.AddEntriesFrom(ref input, _repeated_packedSint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 22740 private static readonly pb::FieldCodec<long> _repeated_packedSint64_codec field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes 22896 packedSint64_.WriteTo(output, _repeated_packedSint64_codec); in WriteTo() 22919 packedSint64_.WriteTo(ref output, _repeated_packedSint64_codec); in IBufferMessage.InternalWriteTo() 22942 size += packedSint64_.CalculateSize(_repeated_packedSint64_codec); in CalculateSize() 23017 packedSint64_.AddEntriesFrom(input, _repeated_packedSint64_codec); in MergeFrom() 23101 packedSint64_.AddEntriesFrom(ref input, _repeated_packedSint64_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 83 milliseconds