Searched refs:_repeated_packedDouble_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 1053 private static readonly pb::FieldCodec<double> _repeated_packedDouble_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2568 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo() 2912 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo() 3214 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize() 4080 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom() 4793 packedDouble_.AddEntriesFrom(ref input, _repeated_packedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1246 private static readonly pb::FieldCodec<double> _repeated_packedDouble_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2706 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo() 2987 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo() 3227 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize() 3943 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom() 4492 packedDouble_.AddEntriesFrom(ref input, _repeated_packedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 7214 private static readonly pb::FieldCodec<double> _repeated_packedDouble_codec field in Google.Protobuf.TestProtos.TestPackedTypes 7316 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo() 7339 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo() 7362 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize() 7461 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom() 7545 packedDouble_.AddEntriesFrom(ref input, _repeated_packedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 22800 private static readonly pb::FieldCodec<double> _repeated_packedDouble_codec field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes 22902 packedDouble_.WriteTo(output, _repeated_packedDouble_codec); in WriteTo() 22925 packedDouble_.WriteTo(ref output, _repeated_packedDouble_codec); in IBufferMessage.InternalWriteTo() 22948 size += packedDouble_.CalculateSize(_repeated_packedDouble_codec); in CalculateSize() 23047 packedDouble_.AddEntriesFrom(input, _repeated_packedDouble_codec); in MergeFrom() 23131 packedDouble_.AddEntriesFrom(ref input, _repeated_packedDouble_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 73 milliseconds