Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php148 private $has_csharp_namespace = false; variable in Google\\Protobuf\\Internal\\FileOptions
821 $this->has_csharp_namespace = true;
828 return $this->has_csharp_namespace;
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc115 if (descriptor->options().has_csharp_namespace()) { in GetFileNamespace()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3633 bool has_csharp_namespace() const;
9939 inline bool FileOptions::has_csharp_namespace() const { in has_csharp_namespace() function
9982 if (!has_csharp_namespace()) { in release_csharp_namespace()
Ddescriptor.pb.cc8334 if (from.has_csharp_namespace()) { in FileOptions()
/external/rust/crates/protobuf/src/
Ddescriptor.rs5056 pub fn has_csharp_namespace(&self) -> bool { in has_csharp_namespace() method