Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2253 EXPECT_FALSE(iter->second->has_trailing_comments()); in HasSpanWithComment()
2255 EXPECT_TRUE(iter->second->has_trailing_comments()); in HasSpanWithComment()
Dparser.cc409 GOOGLE_CHECK(!location_->has_trailing_comments()); in AttachComments()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc13416 if (has_trailing_comments()) { in Clear()
13583 if (has_trailing_comments()) { in SerializeWithCachedSizes()
13652 if (has_trailing_comments()) { in SerializeWithCachedSizesToArray()
13693 if (has_trailing_comments()) { in ByteSize()
13778 if (from.has_trailing_comments()) { in MergeFrom()
14188 bool SourceCodeInfo_Location::has_trailing_comments() const { in has_trailing_comments() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3270 bool has_trailing_comments() const;
7313 inline bool SourceCodeInfo_Location::has_trailing_comments() const { in has_trailing_comments() function