Home
last modified time | relevance | path

Searched refs:trailing_comments (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php96 * Generated from protobuf field <code>optional string trailing_comments = 4;</code>
98 protected $trailing_comments = null; variable
175 * @type string $trailing_comments
391 * Generated from protobuf field <code>optional string trailing_comments = 4;</code>
396 return isset($this->trailing_comments) ? $this->trailing_comments : '';
401 return isset($this->trailing_comments);
406 unset($this->trailing_comments);
410 * Generated from protobuf field <code>optional string trailing_comments = 4;</code>
417 $this->trailing_comments variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.cc51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc108 ? location.trailing_comments in WriteDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc940 ? location.trailing_comments in BuildCommentsString()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h156 std::string trailing_comments; member
H A Ddescriptor.cc2409 if (have_source_loc_ && source_loc_.trailing_comments.size() > 0) { in AddPostComment()
2410 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment()
2981 out_location->trailing_comments = loc->trailing_comments(); in GetSourceLocation()
H A Ddescriptor.pb.h6031 // optional string trailing_comments = 4;
6037 const std::string& trailing_comments() const;
6044 void set_allocated_trailing_comments(std::string* trailing_comments);
12440 // optional string trailing_comments = 4;
12452 inline const std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function in SourceCodeInfo_Location
12453 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.trailing_comments) in trailing_comments()
12458 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.trailing_comments) in set_trailing_comments()
12461 // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.trailing_comments) in mutable_trailing_comments()
12475 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.SourceCodeInfo.Location.trailing_comments) in set_trailing_comments()
12482 // @@protoc_insertion_point(field_set_char:google.protobuf.SourceCodeInfo.Location.trailing_comments) in set_trailing_comments()
12503 set_allocated_trailing_comments(std::string* trailing_comments) set_allocated_trailing_comments() argument
12509 trailing_comments_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), trailing_comments, set_allocated_trailing_comments() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2695 iter->second->trailing_comments()); in HasSpanWithComment()
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc1602 location.trailing_comments : location.leading_comments; in GenerateDocCommentBodyForLocation()

Completed in 47 milliseconds