/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 108 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyForLocation()
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 195 : location.trailing_comments; in GetComment()
|
D | csharp_generator.cc | 58 ? location.trailing_comments in GenerateDocCommentBodyImpl()
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 285 location.trailing_comments : location.leading_comments; in GrpcGetCommentsForDescriptor()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 815 ? location.trailing_comments in BuildCommentsString()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 13498 this->trailing_comments().data(), this->trailing_comments().length(), in MergePartialFromCodedStream() 13585 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizes() 13589 4, this->trailing_comments(), output); in SerializeWithCachedSizes() 13654 this->trailing_comments().data(), this->trailing_comments().length(), in SerializeWithCachedSizesToArray() 13659 4, this->trailing_comments(), target); in SerializeWithCachedSizesToArray() 13696 this->trailing_comments()); in ByteSize() 14201 const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function in google::protobuf::SourceCodeInfo_Location 14231 void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument 14232 if (trailing_comments != NULL) { in set_allocated_trailing_comments() 14237 …tAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), trailing_comments); in set_allocated_trailing_comments()
|
D | descriptor.h | 145 string trailing_comments; member
|
D | descriptor.pb.h | 3273 const ::std::string& trailing_comments() const; 3279 void set_allocated_trailing_comments(::std::string* trailing_comments); 7326 inline const ::std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function 7356 …e void SourceCodeInfo_Location::set_allocated_trailing_comments(::std::string* trailing_comments) { in set_allocated_trailing_comments() argument 7357 if (trailing_comments != NULL) { in set_allocated_trailing_comments() 7362 …tAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), trailing_comments); in set_allocated_trailing_comments()
|
D | descriptor.cc | 2065 if (have_source_loc_ && source_loc_.trailing_comments.size() > 0) { in AddPostComment() 2066 *output += FormatComment(source_loc_.trailing_comments); in AddPostComment() 2607 out_location->trailing_comments = loc->trailing_comments(); in GetSourceLocation()
|
D | descriptor.proto | 774 optional string trailing_comments = 4; field
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2257 iter->second->trailing_comments()); in HasSpanWithComment()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 712 optional string trailing_comments = 4; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 802 optional string trailing_comments = 4; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 843 optional string trailing_comments = 4; field
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 843 optional string trailing_comments = 4; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 854 optional string trailing_comments = 4; field
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6986 inline upb::reffed_ptr<const upb::FieldDef> trailing_comments() { RETURN_REFFED(upb::FieldDef, upbd…
|