Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2801 csharpNamespace_ = other.csharpNamespace_; in FileOptions()
3031 private string csharpNamespace_ = ""; field in Google.Protobuf.Reflection.FileOptions
3037 get { return csharpNamespace_; }
3039 csharpNamespace_ = pb::ProtoPreconditions.CheckNotNull(value, "value");