Home
last modified time | relevance | path

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

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