Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4750 phpClassPrefix_ = other.phpClassPrefix_; in FileOptions()
5223 private string phpClassPrefix_; field in Google.Protobuf.Reflection.FileOptions
5230 get { return phpClassPrefix_ ?? PhpClassPrefixDefaultValue; }
5232 phpClassPrefix_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
5238 get { return phpClassPrefix_ != null; }
5243 phpClassPrefix_ = null; in ClearPhpClassPrefix()

Completed in 15 milliseconds