Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4740 goPackage_ = other.goPackage_; in FileOptions()
4945 private string goPackage_; field in Google.Protobuf.Reflection.FileOptions
4955 get { return goPackage_ ?? GoPackageDefaultValue; }
4957 goPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
4963 get { return goPackage_ != null; }
4968 goPackage_ = null; in ClearGoPackage()

Completed in 15 milliseconds