Home
last modified time | relevance | path

Searched defs:has_optimize_for (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php74 private $has_optimize_for = false; variable in Google\\Protobuf\\Internal\\FileOptions
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h9652 inline bool FileOptions::has_optimize_for() const { in has_optimize_for() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs4848 pub fn has_optimize_for(&self) -> bool { in has_optimize_for() method