Home
last modified time | relevance | path

Searched refs:FloatField (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs50 Assert.IsNull(message.FloatField); in NullIsDefault()
66 FloatField = 12.5f, in NonDefaultSingleValues()
80 Assert.AreEqual(12.5f, parsed.FloatField); in NonDefaultSingleValues()
96 FloatField = 0f, in NonNullDefaultIsPreservedThroughSerialization()
110 Assert.AreEqual(0f, parsed.FloatField); in NonNullDefaultIsPreservedThroughSerialization()
136 FloatField = { 123.25f, -20f, 0f }, in RepeatedWrappersSerializeDeserialize()
189 FloatField = { { 2, 123.25f }, { 3, -20f }, { 4, 0f } }, in MapWrappersSerializeDeserialize()
213 FloatField = 12.5f, in Reflection_SingleValues()
234 message.FloatField = null; in Reflection_SingleValues()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs214 FloatField = other.FloatField; in TestWellKnownTypes()
346 public float? FloatField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
474 if (FloatField != other.FloatField) return false; in Equals()
499 if (floatField_ != null) hash ^= FloatField.GetHashCode(); in GetHashCode()
558 _single_floatField_codec.WriteTagAndValue(output, FloatField); in WriteTo()
621 size += _single_floatField_codec.CalculateSizeWithTag(FloatField); in CalculateSize()
715 if (floatField_ == null || other.FloatField != 0F) { in MergeFrom()
716 FloatField = other.FloatField; in MergeFrom()
843 FloatField = value; in MergeFrom()
1070 public pbc::RepeatedField<float?> FloatField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs96 FloatField = 0f, in SingularWrappers_DefaultNonNullValues()
114 FloatField = 12.5f, in SingularWrappers_NonDefaultValues()
184 FloatField = { 123.25f, -20f, 0f }, in RepeatedWrappers()