Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs8605 private readonly static double DoubleValueDefaultValue = 0D; field in Google.Protobuf.Reflection.UninterpretedOption
8610 get { if ((_hasBits0 & 4) != 0) { return doubleValue_; } else { return DoubleValueDefaultValue; } }

Completed in 16 milliseconds