Home
last modified time | relevance | path

Searched refs:leading_comments (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc107 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyForLocation()
108 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyForLocation()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8622 this->leading_comments().data(), this->leading_comments().length(), in MergePartialFromCodedStream()
8697 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizes()
8701 3, this->leading_comments(), output); in SerializeWithCachedSizes()
8755 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizesToArray()
8760 3, this->leading_comments(), target); in SerializeWithCachedSizesToArray()
8790 this->leading_comments()); in ByteSize()
8864 set_leading_comments(from.leading_comments()); in MergeFrom()
Ddescriptor.h117 string leading_comments; member
Ddescriptor.pb.h2751 inline const ::std::string& leading_comments() const;
2757 inline void set_allocated_leading_comments(::std::string* leading_comments);
6554 inline const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function
6600 inline void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments in set_allocated_leading_comments() argument
6604 if (leading_comments) { in set_allocated_leading_comments()
6606 leading_comments_ = leading_comments; in set_allocated_leading_comments()
Ddescriptor.proto684 optional string leading_comments = 3; field
Ddescriptor.cc2136 out_location->leading_comments = loc->leading_comments(); in GetSourceLocation()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1785 iter->second->leading_comments()); in HasSpanWithComment()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto617 optional string leading_comments = 3; field