Home
last modified time | relevance | path

Searched refs:leading_detached_comments (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h198 for (unsigned int i = 0; i < location.leading_detached_comments.size(); in GetComment()
200 Split(location.leading_detached_comments[i], '\n', out); in GetComment()
227 for (unsigned int i = 0; i < location.leading_detached_comments.size(); in GetComment()
229 Split(location.leading_detached_comments[i], '\n', out); in GetComment()
/external/protobuf/src/google/protobuf/
Ddescriptor.h146 vector<string> leading_detached_comments; member
Ddescriptor.cc2054 for (int i = 0 ; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment()
2055 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment()
2608 out_location->leading_detached_comments.assign( in GetSourceLocation()
2609 loc->leading_detached_comments().begin(), in GetSourceLocation()
2610 loc->leading_detached_comments().end()); in GetSourceLocation()
Ddescriptor.proto733 // leading_detached_comments will keep paragraphs of comments that appear
775 repeated string leading_detached_comments = 6; field
Ddescriptor.pb.cc13515 this->leading_detached_comments(this->leading_detached_comments_size() - 1).data(), in MergePartialFromCodedStream()
13516 this->leading_detached_comments(this->leading_detached_comments_size() - 1).length(), in MergePartialFromCodedStream()
13595 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in SerializeWithCachedSizes()
13599 6, this->leading_detached_comments(i), output); in SerializeWithCachedSizes()
13665 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in SerializeWithCachedSizesToArray()
13669 WriteStringToArray(6, this->leading_detached_comments(i), target); in SerializeWithCachedSizesToArray()
13738 this->leading_detached_comments(i)); in ByteSize()
14248 const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
14286 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3285 const ::std::string& leading_detached_comments(int index) const;
3294 const ::google::protobuf::RepeatedPtrField< ::std::string>& leading_detached_comments() const;
7373 inline const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function
7411 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto761 // leading_detached_comments will keep paragraphs of comments that appear
803 repeated string leading_detached_comments = 6; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto802 // leading_detached_comments will keep paragraphs of comments that appear
844 repeated string leading_detached_comments = 6; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto802 // leading_detached_comments will keep paragraphs of comments that appear
844 repeated string leading_detached_comments = 6; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto813 // leading_detached_comments will keep paragraphs of comments that appear
855 repeated string leading_detached_comments = 6; field
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2264 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()