Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3864 phpMetadataNamespace_ = other.phpMetadataNamespace_; in FileOptions()
4390 private string phpMetadataNamespace_; field in Google.Protobuf.Reflection.FileOptions
4398 get { return phpMetadataNamespace_ ?? PhpMetadataNamespaceDefaultValue; }
4400 phpMetadataNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
4406 get { return phpMetadataNamespace_ != null; }
4411 phpMetadataNamespace_ = null; in ClearPhpMetadataNamespace()