Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs8557 private readonly static ulong PositiveIntValueDefaultValue = 0UL; field in Google.Protobuf.Reflection.UninterpretedOption
8562 get { if ((_hasBits0 & 1) != 0) { return positiveIntValue_; } else { return PositiveIntValueDefaultValue; } }

Completed in 15 milliseconds