Searched refs:leading_detached_comments (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 146 vector<string> leading_detached_comments; member
|
D | descriptor.cc | 2057 for (int i = 0 ; i < source_loc_.leading_detached_comments.size(); ++i) { in AddPreComment() 2058 *output += FormatComment(source_loc_.leading_detached_comments[i]); in AddPreComment() 2614 out_location->leading_detached_comments.assign( in GetSourceLocation() 2615 loc->leading_detached_comments().begin(), in GetSourceLocation() 2616 loc->leading_detached_comments().end()); in GetSourceLocation()
|
D | descriptor.proto | 743 // leading_detached_comments will keep paragraphs of comments that appear 785 repeated string leading_detached_comments = 6; field
|
D | descriptor.pb.cc | 14011 this->leading_detached_comments(this->leading_detached_comments_size() - 1).data(), in MergePartialFromCodedStream() 14012 this->leading_detached_comments(this->leading_detached_comments_size() - 1).length(), in MergePartialFromCodedStream() 14091 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in SerializeWithCachedSizes() 14095 6, this->leading_detached_comments(i), output); in SerializeWithCachedSizes() 14161 this->leading_detached_comments(i).data(), this->leading_detached_comments(i).length(), in InternalSerializeWithCachedSizesToArray() 14165 WriteStringToArray(6, this->leading_detached_comments(i), target); in InternalSerializeWithCachedSizesToArray() 14234 this->leading_detached_comments(i)); in ByteSize() 14752 const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location 14790 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function in google::protobuf::SourceCodeInfo_Location
|
D | descriptor.pb.h | 3481 const ::std::string& leading_detached_comments(int index) const; 3490 const ::google::protobuf::RepeatedPtrField< ::std::string>& leading_detached_comments() const; 7659 inline const ::std::string& SourceCodeInfo_Location::leading_detached_comments(int index) const { in leading_detached_comments() function 7697 SourceCodeInfo_Location::leading_detached_comments() const { in leading_detached_comments() function
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2264 Join(iter->second->leading_detached_comments(), "\n")); in HasSpanWithComment()
|