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.cc2246 EXPECT_FALSE(iter->second->has_leading_comments()); in HasSpanWithComment()
2248 EXPECT_TRUE(iter->second->has_leading_comments()); in HasSpanWithComment()
Dparser.cc408 GOOGLE_CHECK(!location_->has_leading_comments()); in AttachComments()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc13413 if (has_leading_comments()) { in Clear()
13573 if (has_leading_comments()) { in SerializeWithCachedSizes()
13641 if (has_leading_comments()) { in SerializeWithCachedSizesToArray()
13686 if (has_leading_comments()) { in ByteSize()
13774 if (from.has_leading_comments()) { in MergeFrom()
14134 bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3258 bool has_leading_comments() const;
7259 inline bool SourceCodeInfo_Location::has_leading_comments() const { in has_leading_comments() function