Home
last modified time | relevance | path

Searched refs:leading_comments (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php92 * Generated from protobuf field <code>optional string leading_comments = 3;</code>
94 protected $leading_comments = null; variable
138 * @type string $leading_comments
322 * Generated from protobuf field <code>optional string leading_comments = 3;</code>
327 return isset($this->leading_comments) ? $this->leading_comments : '';
332 return isset($this->leading_comments);
337 unset($this->leading_comments);
378 * Generated from protobuf field <code>optional string leading_comments = 3;</code>
385 $this->leading_comments variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.cc50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl()
51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc107 std::string comments = location.leading_comments.empty() in WriteDocCommentBodyForLocation()
109 : location.leading_comments; in WriteDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc939 const string& comments = location.leading_comments.empty() in BuildCommentsString()
941 : location.leading_comments; in BuildCommentsString()
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc1601 string comments = location.leading_comments.empty() ? in GenerateDocCommentBodyForLocation()
1602 location.trailing_comments : location.leading_comments; in GenerateDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h155 std::string leading_comments; member
H A Ddescriptor.cc2403 if (!source_loc_.leading_comments.empty()) { in AddPreComment()
2404 *output += FormatComment(source_loc_.leading_comments); in AddPreComment()
2980 out_location->leading_comments = loc->leading_comments(); in GetSourceLocation()
H A Ddescriptor.pb.h6011 // optional string leading_comments = 3;
6017 const std::string& leading_comments() const;
6024 void set_allocated_leading_comments(std::string* leading_comments);
12366 // optional string leading_comments = 3;
12378 inline const std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function in SourceCodeInfo_Location
12379 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.leading_comments) in leading_comments()
12384 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.leading_comments) in set_leading_comments()
12387 // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.leading_comments) in mutable_leading_comments()
12401 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.SourceCodeInfo.Location.leading_comments) in set_leading_comments()
12408 // @@protoc_insertion_point(field_set_char:google.protobuf.SourceCodeInfo.Location.leading_comments) in set_leading_comments()
12429 set_allocated_leading_comments(std::string* leading_comments) set_allocated_leading_comments() argument
12435 leading_comments_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), leading_comments, set_allocated_leading_comments() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2688 iter->second->leading_comments()); in HasSpanWithComment()

Completed in 52 milliseconds