Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4785 positiveIntValue_ = other.positiveIntValue_; in UninterpretedOption()
4824 private ulong positiveIntValue_; field in Google.Protobuf.Reflection.UninterpretedOption
4827 get { return positiveIntValue_; }
4829 positiveIntValue_ = value;