Home
last modified time | relevance | path

Searched refs:leading_comments_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h2786 ::std::string* leading_comments_;
6549 if (leading_comments_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in clear_leading_comments()
6550 leading_comments_->clear(); in clear_leading_comments()
6556 return *leading_comments_; in leading_comments()
6560 if (leading_comments_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in set_leading_comments()
6561 leading_comments_ = new ::std::string; in set_leading_comments()
6563 leading_comments_->assign(value); in set_leading_comments()
6568 if (leading_comments_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in set_leading_comments()
6569 leading_comments_ = new ::std::string; in set_leading_comments()
6571 leading_comments_->assign(value); in set_leading_comments()
[all …]
Ddescriptor.pb.cc476 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
8509leading_comments_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlrea… in SharedCtor()
8520 if (leading_comments_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in SharedDtor()
8521 delete leading_comments_; in SharedDtor()
8554 if (leading_comments_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { in Clear()
8555 leading_comments_->clear(); in Clear()
8894 std::swap(leading_comments_, other->leading_comments_); in Swap()