Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs110 expected.RepeatedDouble.Clear(); in Clear()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1279 public pbc::RepeatedField<double> RepeatedDouble { property in Conformance.TestAllTypes
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs694 public pbc::RepeatedField<double> RepeatedDouble { property in Google.Protobuf.TestProtos.TestAllTypes