Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs8581 private readonly static long NegativeIntValueDefaultValue = 0L; field in Google.Protobuf.Reflection.UninterpretedOption
8586 get { if ((_hasBits0 & 2) != 0) { return negativeIntValue_; } else { return NegativeIntValueDefaultValue; } }

Completed in 15 milliseconds