/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
D | Location.php | 94 protected $leading_comments = null; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location 327 return isset($this->leading_comments) ? $this->leading_comments : ''; 332 return isset($this->leading_comments); 337 unset($this->leading_comments); 385 $this->leading_comments = $var;
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() 51 location.trailing_comments : location.leading_comments; in WriteDocCommentBodyImpl()
|
/third_party/grpc/src/compiler/ |
D | ruby_generator.cc | 172 std::string leading_comments = GetRubyComments(file, true); in GetServices() local 173 if (!leading_comments.empty()) { in GetServices() 175 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | php_generator.cc | 180 std::string leading_comments = GetPHPComments(file, "//"); in GenerateFile() local 181 if (!leading_comments.empty()) { in GenerateFile() 183 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | csharp_generator.cc | 57 std::string comments = location.leading_comments.empty() in GenerateDocCommentBodyImpl() 59 : location.leading_comments; in GenerateDocCommentBodyImpl() 795 std::string leading_comments = GetCsharpComments(file, true); in GetServices() local 796 if (!leading_comments.empty()) { in GetServices() 798 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | node_generator.cc | 256 std::string leading_comments = GetNodeComments(file, true); in GenerateFile() local 257 if (!leading_comments.empty()) { in GenerateFile() 259 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | generator_helpers.h | 194 ? location.leading_comments in GetComment() 225 Split(location.leading_comments, '\n', out); in GetComment()
|
D | cpp_generator.cc | 105 std::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue() local 106 if (!leading_comments.empty()) { in GetHeaderPrologue() 108 printer->PrintRaw(leading_comments.c_str()); in GetHeaderPrologue()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 107 std::string comments = location.leading_comments.empty() in WriteDocCommentBodyForLocation() 109 : location.leading_comments; in WriteDocCommentBodyForLocation()
|
/third_party/flatbuffers/grpc/src/compiler/ |
D | cpp_generator.cc | 123 grpc::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue() local 124 if (!leading_comments.empty()) { in GetHeaderPrologue() 126 printer->Print(leading_comments.c_str()); in GetHeaderPrologue()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 939 const string& comments = location.leading_comments.empty() in BuildCommentsString() 941 : location.leading_comments; in BuildCommentsString()
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 1601 string comments = location.leading_comments.empty() ? in GenerateDocCommentBodyForLocation() 1602 location.trailing_comments : location.leading_comments; in GenerateDocCommentBodyForLocation()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 155 std::string leading_comments; member
|
D | descriptor.cc | 2403 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()
|
D | descriptor.pb.h | 6017 const std::string& leading_comments() const; 6024 void set_allocated_leading_comments(std::string* leading_comments); 12378 inline const std::string& SourceCodeInfo_Location::leading_comments() const { in leading_comments() function 12429 inline void SourceCodeInfo_Location::set_allocated_leading_comments(std::string* leading_comments) { in set_allocated_leading_comments() argument 12430 if (leading_comments != nullptr) { in set_allocated_leading_comments() 12435 …_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), leading_comments, in set_allocated_leading_comments()
|
D | descriptor.proto | 879 optional string leading_comments = 3; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 617 optional string leading_comments = 3; field
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2688 iter->second->leading_comments()); in HasSpanWithComment()
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 860 optional string leading_comments = 3 [ctype = STRING_PIECE]; field
|
D | descriptor.proto | 875 optional string leading_comments = 3; field
|