Searched refs:RepeatedDouble (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 75 RepeatedDouble = { -12.25, 23.5 }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 89 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/ |
D | FieldAccessTest.cs | 110 expected.RepeatedDouble.Clear(); in Clear()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 396 …RepeatedDouble []float64 `protobuf:"fixed64,42,rep,packed,name=repeate… member 739 return m.RepeatedDouble
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1202 public pbc::RepeatedField<double> RepeatedDouble { property in Conformance.TestAllTypes
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 656 public pbc::RepeatedField<double> RepeatedDouble { property in Google.Protobuf.TestProtos.TestAllTypes
|