Home
last modified time | relevance | path

Searched refs:RepeatedDouble (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs75 RepeatedDouble = { -12.25, 23.5 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs89 Assert.AreEqual(0, message.RepeatedDouble.Count); in DefaultValues()
178 RepeatedDouble = { -12.25, 23.5 }, in RoundTrip_RepeatedValues()
476 RepeatedDouble = { -12.25, 23.5 }, in CloneRepeatedNonMessageValues()
496 clone.RepeatedDouble.Add(25.5); in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs110 expected.RepeatedDouble.Clear(); in Clear()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go396RepeatedDouble []float64 `protobuf:"fixed64,42,rep,packed,name=repeate… member
739 return m.RepeatedDouble
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1202 public pbc::RepeatedField<double> RepeatedDouble { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs656 public pbc::RepeatedField<double> RepeatedDouble { property in Google.Protobuf.TestProtos.TestAllTypes