Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php100 private $has_syntax = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h7094 inline bool FileDescriptorProto::has_syntax() const { in has_syntax() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs551 pub fn has_syntax(&self) -> bool { in has_syntax() method