Searched refs:has_packed (Results 1 – 4 of 4) sorted by relevance
38 private $has_packed = false; variable in Google\\Protobuf\\Internal\\FieldOptions247 $this->has_packed = true;254 return $this->has_packed;
4289 bool has_packed() const;10578 inline bool FieldOptions::has_packed() const { in has_packed() function
2988 return options_ == nullptr || !options_->has_packed() || options_->packed(); in is_packed()
6179 pub fn has_packed(&self) -> bool { in has_packed() method