Searched refs:leading_comments (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 107 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyForLocation() 108 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyForLocation()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 8660 this->leading_comments().data(), this->leading_comments().length(), in MergePartialFromCodedStream() 8735 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizes() 8739 3, this->leading_comments(), output); in SerializeWithCachedSizes() 8793 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizesToArray() 8798 3, this->leading_comments(), target); in SerializeWithCachedSizesToArray() 8828 this->leading_comments()); in ByteSize() 8902 set_leading_comments(from.leading_comments()); in MergeFrom()
|
D | descriptor.h | 117 string leading_comments; member
|
D | descriptor.pb.h | 2761 inline const ::std::string& leading_comments() const; 2767 inline void set_allocated_leading_comments(::std::string* leading_comments); 6588 inline const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function 6634 inline void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments… in set_allocated_leading_comments() argument 6638 if (leading_comments) { in set_allocated_leading_comments() 6640 leading_comments_ = leading_comments; in set_allocated_leading_comments()
|
D | descriptor.proto | 687 optional string leading_comments = 3; field
|
D | descriptor.cc | 2136 out_location->leading_comments = loc->leading_comments(); in GetSourceLocation()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1785 iter->second->leading_comments()); in HasSpanWithComment()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|