Searched refs:leading_comments (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 834 const string& comments = location.leading_comments.empty() in BuildCommentsString() 836 : location.leading_comments; in BuildCommentsString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.cc | 13977 this->leading_comments().data(), this->leading_comments().length(), in MergePartialFromCodedStream() 14071 this->leading_comments().data(), this->leading_comments().length(), in SerializeWithCachedSizes() 14075 3, this->leading_comments(), output); in SerializeWithCachedSizes() 14139 this->leading_comments().data(), this->leading_comments().length(), in InternalSerializeWithCachedSizesToArray() 14144 3, this->leading_comments(), target); in InternalSerializeWithCachedSizesToArray() 14185 this->leading_comments()); in ByteSize() 14651 const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function in google::protobuf::SourceCodeInfo_Location 14681 void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments) { in set_allocated_leading_comments() argument 14682 if (leading_comments != NULL) { in set_allocated_leading_comments() 14687 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), leading_comments); in set_allocated_leading_comments()
|
D | descriptor.h | 144 string leading_comments; member
|
D | descriptor.pb.h | 3457 const ::std::string& leading_comments() const; 3463 void set_allocated_leading_comments(::std::string* leading_comments); 7558 inline const ::std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function 7588 inline void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments… in set_allocated_leading_comments() argument 7589 if (leading_comments != NULL) { in set_allocated_leading_comments() 7594 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), leading_comments); in set_allocated_leading_comments()
|
D | descriptor.cc | 2062 if (!source_loc_.leading_comments.empty()) { in AddPreComment() 2063 *output += FormatComment(source_loc_.leading_comments); in AddPreComment() 2612 out_location->leading_comments = loc->leading_comments(); in GetSourceLocation()
|
D | descriptor.proto | 783 optional string leading_comments = 3; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2250 iter->second->leading_comments()); in HasSpanWithComment()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6983 inline upb::reffed_ptr<const upb::FieldDef> leading_comments() { RETURN_REFFED(upb::FieldDef, upbde…
|