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 | 8677 this->trailing_comments().data(), this->trailing_comments().length(), in MergePartialFromCodedStream() 8745 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizes() 8749 4, this->trailing_comments(), output); in SerializeWithCachedSizes() 8804 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizesToArray() 8809 4, this->trailing_comments(), target); in SerializeWithCachedSizesToArray() 8835 this->trailing_comments()); in ByteSize() 8905 set_trailing_comments(from.trailing_comments()); in MergeFrom()
|
D | descriptor.h | 118 string trailing_comments; member
|
D | descriptor.pb.h | 2773 inline const ::std::string& trailing_comments() const; 2779 inline void set_allocated_trailing_comments(::std::string* trailing_comments); 6664 inline const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function 6710 …e void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument 6714 if (trailing_comments) { in set_allocated_trailing_comments() 6716 trailing_comments_ = trailing_comments; in set_allocated_trailing_comments()
|
D | descriptor.proto | 688 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
|