Lines Matching defs:deprecated
26 * Is this enum deprecated?
31 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
33 protected $deprecated = null;
50 * @type bool $deprecated
51 * Is this enum deprecated?
103 * Is this enum deprecated?
108 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
113 return isset($this->deprecated) ? $this->deprecated : false;
118 return isset($this->deprecated);
123 unset($this->deprecated);
127 * Is this enum deprecated?
132 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
139 $this->deprecated = $var;