Searched defs:leading_comments (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h118 string leading_comments; member in struct:google::protobuf::SourceLocation
H A Ddescriptor.pb.h2634 // optional string leading_comments = 3;
2638 inline const ::std::string& leading_comments() const;
2644 inline void set_allocated_leading_comments(::std::string* leading_comments);
5822 // optional string leading_comments = 3;
5838 inline const ::std::string& SourceCodeInfo_Location::leading_comments() const { function in class:google::protobuf::SourceCodeInfo_Location
5879 inline void SourceCodeInfo_Location::set_allocated_leading_comments(::std::string* leading_comments) { argument
5883 if (leading_comments) {
5885 leading_comments_ = leading_comments;

Completed in 802 milliseconds