Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DServiceOptions.php27 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\ServiceOptions
84 $this->has_deprecated = true;
91 return $this->has_deprecated;
DEnumValueOptions.php27 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\EnumValueOptions
84 $this->has_deprecated = true;
91 return $this->has_deprecated;
DEnumOptions.php35 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\EnumOptions
129 $this->has_deprecated = true;
136 return $this->has_deprecated;
DMethodOptions.php27 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\MethodOptions
90 $this->has_deprecated = true;
97 return $this->has_deprecated;
DMessageOptions.php57 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\MessageOptions
273 $this->has_deprecated = true;
280 return $this->has_deprecated;
DFieldOptions.php94 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\FieldOptions
413 $this->has_deprecated = true;
420 return $this->has_deprecated;
DFileOptions.php125 private $has_deprecated = false; variable in Google\\Protobuf\\Internal\\FileOptions
721 $this->has_deprecated = true;
728 return $this->has_deprecated;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3801 bool has_deprecated() const;
4026 bool has_deprecated() const;
4301 bool has_deprecated() const;
4675 bool has_deprecated() const;
4855 bool has_deprecated() const;
5034 bool has_deprecated() const;
5246 bool has_deprecated() const;
9823 inline bool FileOptions::has_deprecated() const { in has_deprecated() function
10489 inline bool MessageOptions::has_deprecated() const { in has_deprecated() function
10633 inline bool FieldOptions::has_deprecated() const { in has_deprecated() function
[all …]
Ddescriptor.pb.cc11875 if (from.has_deprecated()) { in MergeFrom()
12238 if (from.has_deprecated()) { in MergeFrom()
/external/rust/crates/protobuf/src/
Ddescriptor.rs4979 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
5871 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
6236 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
6847 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
7074 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
7282 pub fn has_deprecated(&self) -> bool { in has_deprecated() method
7491 pub fn has_deprecated(&self) -> bool { in has_deprecated() method