Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1275 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Conformance.TestAllTypes
2439 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
2680 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
3251 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs690 private static readonly pb::FieldCodec<double> _repeated_repeatedDouble_codec field in Google.Protobuf.TestProtos.TestAllTypes
1092 repeatedDouble_.WriteTo(output, _repeated_repeatedDouble_codec); in WriteTo()
1201 size += repeatedDouble_.CalculateSize(_repeated_repeatedDouble_codec); in CalculateSize()
1514 repeatedDouble_.AddEntriesFrom(input, _repeated_repeatedDouble_codec); in MergeFrom()