Searched defs:leading_comments_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h2671 ::std::string* leading_comments_; member in class:google::protobuf::SourceCodeInfo_Location
5833 if (leading_comments_ != &::google::protobuf::internal::GetEmptyString()) {
5834 leading_comments_->clear();
5839 return *leading_comments_;
5843 if (leading_comments_ == &::google::protobuf::internal::GetEmptyString()) {
5844 leading_comments_ = new ::std::string;
5846 leading_comments_->assign(value);
5850 if (leading_comments_ == &::google::protobuf::internal::GetEmptyString()) {
5851 leading_comments_ = new ::std::string;
5853 leading_comments_
[all...]

Completed in 379 milliseconds