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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc110 location.trailing_comments : location.leading_comments;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h119 string trailing_comments; member in struct:google::protobuf::SourceLocation
H A Ddescriptor.pb.cc7713 // optional string trailing_comments = 4;
7721 this->trailing_comments().data(), this->trailing_comments().length(),
7777 // optional string trailing_comments = 4;
7780 this->trailing_comments().data(), this->trailing_comments().length(),
7783 4, this->trailing_comments(), output);
7832 // optional string trailing_comments = 4;
7835 this->trailing_comments().data(), this->trailing_comments()
[all...]
H A Ddescriptor.pb.h2646 // optional string trailing_comments = 4;
2650 inline const ::std::string& trailing_comments() const;
2656 inline void set_allocated_trailing_comments(::std::string* trailing_comments);
5892 // optional string trailing_comments = 4;
5908 inline const ::std::string& SourceCodeInfo_Location::trailing_comments() const { function in class:google::protobuf::SourceCodeInfo_Location
5949 inline void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { argument
5953 if (trailing_comments) {
5955 trailing_comments_ = trailing_comments;
H A Ddescriptor.cc2009 out_location->trailing_comments = info->location(i).trailing_comments();
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1625 iter->second->trailing_comments());

Completed in 2479 milliseconds