Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4578 isExtension_ = other.isExtension_; in NamePart()
4597 private bool isExtension_; field in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
4599 get { return isExtension_; }
4601 isExtension_ = value;