Home
last modified time | relevance | path

Searched refs:leading_detached_comments (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h146 vector<string> leading_detached_comments; member
Ddescriptor.cc2054 for (int i = 0 ; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment()
2055 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2608 out_location->leading_detached_comments.assign( in GetSourceLocation()
2609 loc->leading_detached_comments().begin(), in GetSourceLocation()
2610 loc->leading_detached_comments().end()); in GetSourceLocation()
Ddescriptor.proto733 // leading_detached_comments will keep paragraphs of comments that appear
775 repeated string leading_detached_comments = 6; field
Ddescriptor.pb.cc13515 this->leading_detached_comments(this->leading_detached_comments_size() - 1).data(), in MergePartialFromCodedStream()
13516 this->leading_detached_comments(this->leading_detached_comments_size() - 1).length(), in MergePartialFromCodedStream()
13595 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in SerializeWithCachedSizes()
13599 6, this->leading_detached_comments(i), output); in SerializeWithCachedSizes()
13665 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in SerializeWithCachedSizesToArray()
13669 WriteStringToArray(6, this->leading_detached_comments(i), target); in SerializeWithCachedSizesToArray()
13738 this->leading_detached_comments(i)); in ByteSize()
14248 const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
14286 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3285 const ::std::string& leading_detached_comments(int index) const;
3294 const ::google::protobuf::RepeatedPtrField< ::std::string>& leading_detached_comments() const;
7373 inline const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function
7411 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2264 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()