Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8505 positiveIntValue_ = other.positiveIntValue_; in UninterpretedOption()
8559 private ulong positiveIntValue_; field in Google.Protobuf.Reflection.UninterpretedOption
8562 …get { if ((_hasBits0 & 1) != 0) { return positiveIntValue_; } else { return PositiveIntValueDefaul…
8565 positiveIntValue_ = value;