Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php102 private $leading_detached_comments; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
428 return $this->leading_detached_comments;
439 $this->leading_detached_comments = $arr;
/third_party/grpc/src/compiler/
Dgenerator_helpers.h198 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()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h157 std::vector<std::string> leading_detached_comments; member
Ddescriptor.proto839 // leading_detached_comments will keep paragraphs of comments that appear
881 repeated string leading_detached_comments = 6; field
Ddescriptor.cc2398 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()
Ddescriptor.pb.h5993 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() function
12578 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor.proto835 // leading_detached_comments will keep paragraphs of comments that appear
877 repeated string leading_detached_comments = 6; field
Ddescriptor_sv.proto820 // leading_detached_comments will keep paragraphs of comments that appear
862 repeated string leading_detached_comments = 6 [ctype = STRING_PIECE]; field
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2702 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()