Home
last modified time | relevance | path

Searched refs:has_syntax (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php100 private $has_syntax = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
508 $this->has_syntax = true;
515 return $this->has_syntax;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h780 bool has_syntax() const;
7094 inline bool FileDescriptorProto::has_syntax() const { in has_syntax() function
7137 if (!has_syntax()) { in release_syntax()
Ddescriptor.cc4206 proto.has_syntax()) { in ExistingFileMatchesProto()
Ddescriptor.pb.cc1768 if (from.has_syntax()) { in FileDescriptorProto()
/external/rust/crates/protobuf/src/
Ddescriptor.rs551 pub fn has_syntax(&self) -> bool { in has_syntax() method