Home
last modified time | relevance | path

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

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