Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7062 private readonly static double DoubleValueDefaultValue = 0D; field in Google.Protobuf.Reflection.UninterpretedOption
7067 …get { if ((_hasBits0 & 4) != 0) { return doubleValue_; } else { return DoubleValueDefaultValue; } }