Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1781 EXPECT_FALSE(iter->second->has_leading_comments()); in HasSpanWithComment()
1783 EXPECT_TRUE(iter->second->has_leading_comments()); in HasSpanWithComment()
Dparser.cc368 GOOGLE_CHECK(!location_->has_leading_comments()); in AttachComments()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8553 if (has_leading_comments()) { in Clear()
8695 if (has_leading_comments()) { in SerializeWithCachedSizes()
8753 if (has_leading_comments()) { in SerializeWithCachedSizesToArray()
8787 if (has_leading_comments()) { in ByteSize()
8863 if (from.has_leading_comments()) { in MergeFrom()
Ddescriptor.pb.h2748 inline bool has_leading_comments() const;
6539 inline bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function