Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4751 phpNamespace_ = other.phpNamespace_; in FileOptions()
5250 private string phpNamespace_; field in Google.Protobuf.Reflection.FileOptions
5258 get { return phpNamespace_ ?? PhpNamespaceDefaultValue; }
5260 phpNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
5266 get { return phpNamespace_ != null; }
5271 phpNamespace_ = null; in ClearPhpNamespace()

Completed in 15 milliseconds