Searched refs:has_leading_comments (Results 1 – 6 of 6) sorted by relevance
97 private $has_leading_comments = false; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location393 $this->has_leading_comments = true;400 return $this->has_leading_comments;
2661 EXPECT_FALSE(iter->second->has_leading_comments()); in HasSpanWithComment()2663 EXPECT_TRUE(iter->second->has_leading_comments()); in HasSpanWithComment()
495 GOOGLE_CHECK(!location_->has_leading_comments()); in AttachComments()
5915 bool has_leading_comments() const;11472 inline bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function11515 if (!has_leading_comments()) { in release_leading_comments()
13752 if (from.has_leading_comments()) { in SourceCodeInfo_Location()
8671 pub fn has_leading_comments(&self) -> bool { in has_leading_comments() method