Home
last modified time | relevance | path

Searched refs:has_source_file (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php32 private $has_source_file = false; variable in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
132 $this->has_source_file = true;
139 return $this->has_source_file;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h6304 bool has_source_file() const;
11765 inline bool GeneratedCodeInfo_Annotation::has_source_file() const { in has_source_file() function
11808 if (!has_source_file()) { in release_source_file()
Ddescriptor.pb.cc14607 if (from.has_source_file()) { in GeneratedCodeInfo_Annotation()
/external/rust/crates/protobuf/src/
Ddescriptor.rs9171 pub fn has_source_file(&self) -> bool { in has_source_file() method