Searched refs:annotate_code (Results 1 – 7 of 7) sorted by relevance
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| D | java_generator.cc | 90 file_options.annotate_code = true; in Generate() 148 if (file_options.annotate_code) { in Generate() 160 file_options.annotate_code ? &annotation_collector : NULL); in Generate() 168 if (file_options.annotate_code) { in Generate()
|
| D | java_options.h | 48 annotate_code(false) { in Options() 59 bool annotate_code; member
|
| D | java_file.cc | 274 printer, '$', options_.annotate_code ? classname_ + ".java.pb.meta" : ""); in Generate() 596 std::vector<std::string>* file_list, bool annotate_code, in GenerateSibling() argument 610 annotate_code ? &annotation_collector : NULL); in GenerateSibling() 626 if (annotate_code) { in GenerateSibling() 645 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings() 652 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings() 660 file_list, options_.annotate_code, annotation_list, "OrBuilder", in GenerateSiblings() 665 file_list, options_.annotate_code, annotation_list, "", in GenerateSiblings() 674 options_.annotate_code, annotation_list, "", generator.get(), in GenerateSiblings()
|
| D | java_shared_code_generator.cc | 74 options_.annotate_code ? &annotation_collector : NULL)); in Generate() 89 options_.annotate_code ? info_relative_path : ""); in Generate() 106 if (options_.annotate_code) { in Generate()
|
| D | java_helpers.h | 193 context->options().annotate_code
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| D | js_generator.h | 89 annotate_code(false) {} in GeneratorOptions() 133 bool annotate_code; member
|
| D | js_generator.cc | 3528 annotate_code = true; in ParseFromOptions() 3622 options.annotate_code ? &annotation_collector : nullptr); in GenerateFile() 3630 if (options.annotate_code) { in GenerateFile() 3739 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll() 3775 if (options.annotate_code) { in GenerateAll() 3816 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll() 3849 if (options.annotate_code) { in GenerateAll() 3869 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll() 3883 if (options.annotate_code) { in GenerateAll() 3901 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll() [all …]
|