Home
last modified time | relevance | path

Searched refs:_repeated_repeatedDouble_codec (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1199 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Conformance.TestAllTypes
2281 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
2521 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
3090 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs653 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Google.Protobuf.TestProtos.TestAllTypes
1033 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
1141 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
1452 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()