Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs8506 negativeIntValue_ = other.negativeIntValue_; in UninterpretedOption()
8583 private long negativeIntValue_; field in Google.Protobuf.Reflection.UninterpretedOption
8586 get { if ((_hasBits0 & 2) != 0) { return negativeIntValue_; } else { return NegativeIntValueDefaultValue; } }
8589 negativeIntValue_ = value;

Completed in 15 milliseconds