Home
last modified time | relevance | path

Searched defs:has_source_file (Results 1 – 3 of 3) 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
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11765 inline bool GeneratedCodeInfo_Annotation::has_source_file() const { in has_source_file() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs9171 pub fn has_source_file(&self) -> bool { in has_source_file() method