Searched refs:leading_detached_comments (Results 1 – 9 of 9) sorted by relevance
102 private $leading_detached_comments; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location428 return $this->leading_detached_comments;439 $this->leading_detached_comments = $arr;
198 for (unsigned int i = 0; i < location.leading_detached_comments.size(); in GetComment()200 Split(location.leading_detached_comments[i], '\n', out); in GetComment()227 for (unsigned int i = 0; i < location.leading_detached_comments.size(); in GetComment()229 Split(location.leading_detached_comments[i], '\n', out); in GetComment()
157 std::vector<std::string> leading_detached_comments; member
839 // leading_detached_comments will keep paragraphs of comments that appear881 repeated string leading_detached_comments = 6; field
2398 for (int i = 0; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment()2399 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()2982 out_location->leading_detached_comments.assign( in GetSourceLocation()2983 loc->leading_detached_comments().begin(), in GetSourceLocation()2984 loc->leading_detached_comments().end()); in GetSourceLocation()
5993 const std::string& leading_detached_comments(int index) const;6004 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& leading_detached_comments() const;12531 inline const std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function12578 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function
835 // leading_detached_comments will keep paragraphs of comments that appear877 repeated string leading_detached_comments = 6; field
820 // leading_detached_comments will keep paragraphs of comments that appear862 repeated string leading_detached_comments = 6 [ctype = STRING_PIECE]; field
2702 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()