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 | 8622 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()
|
D | descriptor.h | 117 string leading_comments; member
|
D | descriptor.pb.h | 2751 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()
|
D | descriptor.proto | 684 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
|