Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php54 private $has_jstype = false; variable in Google\\Protobuf\\Internal\\FieldOptions
297 $this->has_jstype = true;
304 return $this->has_jstype;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h4313 bool has_jstype() const;
10596 inline bool FieldOptions::has_jstype() const { in has_jstype() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs6198 pub fn has_jstype(&self) -> bool { in has_jstype() method