Searched refs:leading_comments (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() 51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
|
/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/compiler/objectivec/ |
D | objectivec_helpers.cc | 814 const string& comments = location.leading_comments.empty() in BuildCommentsString() 816 : location.leading_comments; in BuildCommentsString()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 13481 this->leading_comments().data(), this->leading_comments().length(), in MergePartialFromCodedStream() 13575 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizes() 13579 3, this->leading_comments(), output); in SerializeWithCachedSizes() 13643 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizesToArray() 13648 3, this->leading_comments(), target); in SerializeWithCachedSizesToArray() 13689 this->leading_comments()); in ByteSize() 14147 const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function in google::protobuf::SourceCodeInfo_Location 14177 void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments) { in set_allocated_leading_comments() argument 14178 if (leading_comments != NULL) { in set_allocated_leading_comments() 14183 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), leading_comments); in set_allocated_leading_comments()
|
D | descriptor.h | 144 string leading_comments; member
|
D | descriptor.pb.h | 3261 const ::std::string& leading_comments() const; 3267 void set_allocated_leading_comments(::std::string* leading_comments); 7272 inline const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function 7302 inline void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments… in set_allocated_leading_comments() argument 7303 if (leading_comments != NULL) { in set_allocated_leading_comments() 7308 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), leading_comments); in set_allocated_leading_comments()
|
D | descriptor.cc | 2059 if (!source_loc_.leading_comments.empty()) { in AddPreComment() 2060 *output += FormatComment(source_loc_.leading_comments); in AddPreComment() 2606 out_location->leading_comments = loc->leading_comments(); in GetSourceLocation()
|
D | descriptor.proto | 773 optional string leading_comments = 3; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2250 iter->second->leading_comments()); in HasSpanWithComment()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6983 inline upb::reffed_ptr<const upb::FieldDef> leading_comments() { RETURN_REFFED(upb::FieldDef, upbde…
|