Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4786 negativeIntValue_ = other.negativeIntValue_; in UninterpretedOption()
4835 private long negativeIntValue_; field in Google.Protobuf.Reflection.UninterpretedOption
4838 get { return negativeIntValue_; }
4840 negativeIntValue_ = value;