Searched refs:trailing_comments (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 108 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyForLocation()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 8639 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()
|
D | descriptor.h | 118 string trailing_comments; member
|
D | descriptor.pb.h | 2763 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()
|
D | descriptor.proto | 685 optional string trailing_comments = 4; field
|
D | descriptor.cc | 2137 out_location->trailing_comments = loc->trailing_comments(); in GetSourceLocation()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1792 iter->second->trailing_comments()); in HasSpanWithComment()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 618 optional string trailing_comments = 4; field
|