Searched refs:trailing_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 | 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 | 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 | 835 ? location.trailing_comments in BuildCommentsString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.cc | 13994 this->trailing_comments().data(), this->trailing_comments().length(), in MergePartialFromCodedStream() 14081 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizes() 14085 4, this->trailing_comments(), output); in SerializeWithCachedSizes() 14150 this->trailing_comments().data(), this->trailing_comments().length(), in InternalSerializeWithCachedSizesToArray() 14155 4, this->trailing_comments(), target); in InternalSerializeWithCachedSizesToArray() 14192 this->trailing_comments()); in ByteSize() 14705 const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function in google::protobuf::SourceCodeInfo_Location 14735 void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument 14736 if (trailing_comments != NULL) { in set_allocated_trailing_comments() 14741 …tAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), trailing_comments); in set_allocated_trailing_comments()
|
D | descriptor.h | 145 string trailing_comments; member
|
D | descriptor.pb.h | 3469 const ::std::string& trailing_comments() const; 3475 void set_allocated_trailing_comments(::std::string* trailing_comments); 7612 inline const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function 7642 …e void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument 7643 if (trailing_comments != NULL) { in set_allocated_trailing_comments() 7648 …tAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), trailing_comments); in set_allocated_trailing_comments()
|
D | descriptor.cc | 2068 if (have_source_loc_ && source_loc_.trailing_comments.size() > 0) { in AddPostComment() 2069 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment() 2613 out_location->trailing_comments = loc->trailing_comments(); in GetSourceLocation()
|
D | descriptor.proto | 784 optional string trailing_comments = 4; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 618 optional string trailing_comments = 4; 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 | 618 optional string trailing_comments = 4; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2257 iter->second->trailing_comments()); in HasSpanWithComment()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6986 inline upb::reffed_ptr<const upb::FieldDef> trailing_comments() { RETURN_REFFED(upb::FieldDef, upbd…
|