Home
last modified time | relevance | path

Searched refs:has_leading_comments (Results 1 – 6 of 6) 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
393 $this->has_leading_comments = true;
400 return $this->has_leading_comments;
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2661 EXPECT_FALSE(iter->second->has_leading_comments()); in HasSpanWithComment()
2663 EXPECT_TRUE(iter->second->has_leading_comments()); in HasSpanWithComment()
Dparser.cc495 GOOGLE_CHECK(!location_->has_leading_comments()); in AttachComments()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h5915 bool has_leading_comments() const;
11472 inline bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function
11515 if (!has_leading_comments()) { in release_leading_comments()
Ddescriptor.pb.cc13752 if (from.has_leading_comments()) { in SourceCodeInfo_Location()
/external/rust/crates/protobuf/src/
Ddescriptor.rs8671 pub fn has_leading_comments(&self) -> bool { in has_leading_comments() method