Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php97 private $has_leading_comments = false; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11472 inline bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs8671 pub fn has_leading_comments(&self) -> bool { in has_leading_comments() method