Searched refs:_repeated_packedUint64_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 973 private static readonly pb::FieldCodec<ulong> _repeated_packedUint64_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2560 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo() 2904 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo() 3206 size += packedUint64_.CalculateSize(_repeated_packedUint64_codec); in CalculateSize() 4040 packedUint64_.AddEntriesFrom(input, _repeated_packedUint64_codec); in MergeFrom() 4753 packedUint64_.AddEntriesFrom(ref input, _repeated_packedUint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1166 private static readonly pb::FieldCodec<ulong> _repeated_packedUint64_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2698 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo() 2979 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo() 3219 size += packedUint64_.CalculateSize(_repeated_packedUint64_codec); in CalculateSize() 3903 packedUint64_.AddEntriesFrom(input, _repeated_packedUint64_codec); in MergeFrom() 4452 packedUint64_.AddEntriesFrom(ref input, _repeated_packedUint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 7134 private static readonly pb::FieldCodec<ulong> _repeated_packedUint64_codec field in Google.Protobuf.TestProtos.TestPackedTypes 7308 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo() 7331 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo() 7354 size += packedUint64_.CalculateSize(_repeated_packedUint64_codec); in CalculateSize() 7421 packedUint64_.AddEntriesFrom(input, _repeated_packedUint64_codec); in MergeFrom() 7505 packedUint64_.AddEntriesFrom(ref input, _repeated_packedUint64_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 22720 private static readonly pb::FieldCodec<ulong> _repeated_packedUint64_codec field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes 22894 packedUint64_.WriteTo(output, _repeated_packedUint64_codec); in WriteTo() 22917 packedUint64_.WriteTo(ref output, _repeated_packedUint64_codec); in IBufferMessage.InternalWriteTo() 22940 size += packedUint64_.CalculateSize(_repeated_packedUint64_codec); in CalculateSize() 23007 packedUint64_.AddEntriesFrom(input, _repeated_packedUint64_codec); in MergeFrom() 23091 packedUint64_.AddEntriesFrom(ref input, _repeated_packedUint64_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 86 milliseconds