Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php84 private $has_lazy = false; variable in Google\\Protobuf\\Internal\\FieldOptions
375 $this->has_lazy = true;
382 return $this->has_lazy;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h4295 bool has_lazy() const;
10615 inline bool FieldOptions::has_lazy() const { in has_lazy() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs6217 pub fn has_lazy(&self) -> bool { in has_lazy() method