Home
last modified time | relevance | path

Searched refs:leading_detached_comments (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php60 * leading_detached_comments will keep paragraphs of comments that appear
100 * Generated from protobuf field <code>repeated string leading_detached_comments = 6;</code>
102 private $leading_detached_comments; variable
144 * leading_detached_comments will keep paragraphs of comments that appear
176 * @type string[]|\Google\Protobuf\Internal\RepeatedField $leading_detached_comments
290 * leading_detached_comments will keep paragraphs of comments that appear
346 * leading_detached_comments will keep paragraphs of comments that appear
423 * Generated from protobuf field <code>repeated string leading_detached_comments = 6;</code>
428 return $this->leading_detached_comments;
432 * Generated from protobuf field <code>repeated string leading_detached_comments
439 $this->leading_detached_comments = $arr; global() variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h157 std::vector<std::string> leading_detached_comments; member
H A 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()
H A Ddescriptor.pb.h5987 // repeated string leading_detached_comments = 6;
5993 const std::string& leading_detached_comments(int index) const;
6004 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& leading_detached_comments() const;
12514 // repeated string leading_detached_comments = 6;
12525 // @@protoc_insertion_point(field_add_mutable:google.protobuf.SourceCodeInfo.Location.leading_detached_comments) in add_leading_detached_comments()
12531 inline const std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function in SourceCodeInfo_Location
12532 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.leading_detached_comments) in leading_detached_comments()
12536 // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.leading_detached_comments) in mutable_leading_detached_comments()
12540 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.leading_detached_comments) in set_leading_detached_comments()
12544 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.leading_detached_comments) in set_leading_detached_comments()
12578 SourceCodeInfo_Location::leading_detached_comments() const { leading_detached_comments() function in SourceCodeInfo_Location
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2702 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()

Completed in 46 milliseconds