Home
last modified time | relevance | path

Searched refs:trailing_comments (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php98 protected $trailing_comments = null; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
396 return isset($this->trailing_comments) ? $this->trailing_comments : '';
401 return isset($this->trailing_comments);
406 unset($this->trailing_comments);
417 $this->trailing_comments = $var;
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc108 ? location.trailing_comments in WriteDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc940 ? location.trailing_comments in BuildCommentsString()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h156 std::string trailing_comments; member
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()
Ddescriptor.pb.h6037 const std::string& trailing_comments() const;
6044 void set_allocated_trailing_comments(std::string* trailing_comments);
12452 inline const std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function
12503 inline void SourceCodeInfo_Location::set_allocated_trailing_comments(std::string* trailing_comments in set_allocated_trailing_comments() argument
12504 if (trailing_comments != nullptr) { in set_allocated_trailing_comments()
12509 ….SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), trailing_comments, in set_allocated_trailing_comments()
Ddescriptor.proto880 optional string trailing_comments = 4; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto618 optional string trailing_comments = 4; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto618 optional string trailing_comments = 4; field
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc1602 location.trailing_comments : location.leading_comments; in GenerateDocCommentBodyForLocation()
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto618 optional string trailing_comments = 4; field
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2695 iter->second->trailing_comments()); in HasSpanWithComment()