Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc108 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyForLocation()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8639 this->trailing_comments().data(), this->trailing_comments().length(), in MergePartialFromCodedStream()
8707 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizes()
8711 4, this->trailing_comments(), output); in SerializeWithCachedSizes()
8766 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizesToArray()
8771 4, this->trailing_comments(), target); in SerializeWithCachedSizesToArray()
8797 this->trailing_comments()); in ByteSize()
8867 set_trailing_comments(from.trailing_comments()); in MergeFrom()
Ddescriptor.h118 string trailing_comments; member
Ddescriptor.pb.h2763 inline const ::std::string& trailing_comments() const;
2769 inline void set_allocated_trailing_comments(::std::string* trailing_comments);
6630 inline const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function
6676 …e void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument
6680 if (trailing_comments) { in set_allocated_trailing_comments()
6682 trailing_comments_ = trailing_comments; in set_allocated_trailing_comments()
Ddescriptor.proto685 optional string trailing_comments = 4; field
Ddescriptor.cc2137 out_location->trailing_comments = loc->trailing_comments(); in GetSourceLocation()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1792 iter->second->trailing_comments()); in HasSpanWithComment()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto618 optional string trailing_comments = 4; field