Searched refs:annotate_code (Results 1 – 8 of 8) sorted by relevance
| /third_party/protobuf/src/google/protobuf/compiler/kotlin/ |
| D | generator.cc | 64 file_options.annotate_code = true; in Generate() 98 if (file_options.annotate_code) { in Generate() 109 file_options.annotate_code ? &annotation_collector : nullptr); in Generate() 115 if (file_options.annotate_code) { in Generate()
|
| D | file.cc | 90 options_.annotate_code ? &annotation_collector : nullptr); in GenerateSiblings() 113 if (options_.annotate_code) { in GenerateSiblings()
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| D | generator.cc | 72 file_options.annotate_code = true; in Generate() 128 if (file_options.annotate_code) { in Generate() 140 file_options.annotate_code ? &annotation_collector : nullptr); in Generate() 148 if (file_options.annotate_code) { in Generate()
|
| D | options.h | 27 annotate_code(false), in Options() 40 bool annotate_code; member
|
| D | file.cc | 279 options_.annotate_code ? absl::StrCat(classname_, ".java.pb.meta") : "", in Generate() 518 std::vector<std::string>* file_list, bool annotate_code, in GenerateSibling() argument 532 annotate_code ? &annotation_collector : nullptr); in GenerateSibling() 555 if (annotate_code) { in GenerateSibling() 573 options_.annotate_code, annotation_list, "", generator.get(), in GenerateSiblings() 580 file_list, options_.annotate_code, annotation_list, "OrBuilder", in GenerateSiblings() 586 file_list, options_.annotate_code, annotation_list, "", in GenerateSiblings() 596 options_.annotate_code, annotation_list, "", generator.get(), in GenerateSiblings()
|
| D | shared_code_generator.cc | 59 options_.annotate_code ? &annotation_collector : nullptr)); in Generate() 81 options_.annotate_code ? info_relative_path : "", in Generate() 109 if (options_.annotate_code) { in Generate()
|
| D | context.h | 93 context->options().annotate_code
|
| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| D | pyi_generator.cc | 576 bool annotate_code = false; in Generate() local 580 annotate_code = true; in Generate() 601 '$', annotate_code ? &annotation_collector : nullptr); in Generate()
|