Searched defs:trailing_comments_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h2672 ::std::string* trailing_comments_; member in class:google::protobuf::SourceCodeInfo_Location
5903 if (trailing_comments_ != &::google::protobuf::internal::GetEmptyString()) {
5904 trailing_comments_->clear();
5909 return *trailing_comments_;
5913 if (trailing_comments_ == &::google::protobuf::internal::GetEmptyString()) {
5914 trailing_comments_ = new ::std::string;
5916 trailing_comments_->assign(value);
5920 if (trailing_comments_ == &::google::protobuf::internal::GetEmptyString()) {
5921 trailing_comments_ = new ::std::string;
5923 trailing_comments_
[all...]

Completed in 86 milliseconds