Searched refs:_repeated_repeatedDouble_codec (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 840 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2528 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo() 2872 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo() 3193 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize() 3905 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom() 4618 repeatedDouble_.AddEntriesFrom(ref input, _repeated_repeatedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 1033 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2666 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo() 2947 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo() 3206 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize() 3768 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom() 4317 repeatedDouble_.AddEntriesFrom(ref input, _repeated_repeatedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 716 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Google.Protobuf.TestProtos.TestAllTypes 1124 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo() 1259 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo() 1372 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize() 1695 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom() 1934 repeatedDouble_.AddEntriesFrom(ref input, _repeated_repeatedDouble_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 1923 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2944 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo() 3179 repeatedDouble_.WriteTo(ref output, _repeated_repeatedDouble_codec); in IBufferMessage.InternalWriteTo() 3387 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize() 3876 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom() 4229 repeatedDouble_.AddEntriesFrom(ref input, _repeated_repeatedDouble_codec); in IBufferMessage.InternalMergeFrom() [all...] |
Completed in 68 milliseconds