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/
DDescriptor.cs8581 private readonly static long NegativeIntValueDefaultValue = 0L; field in Google.Protobuf.Reflection.UninterpretedOption
8586 …(_hasBits0 & 2) != 0) { return negativeIntValue_; } else { return NegativeIntValueDefaultValue; } }