Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7038 private readonly static long NegativeIntValueDefaultValue = 0L; field in Google.Protobuf.Reflection.UninterpretedOption
7043 …(_hasBits0 & 2) != 0) { return negativeIntValue_; } else { return NegativeIntValueDefaultValue; } }