Home
last modified time | relevance | path

Searched refs:annotate_code (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc90 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()
Djava_options.h48 annotate_code(false) { in Options()
59 bool annotate_code; member
Djava_file.cc274 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()
Djava_shared_code_generator.cc74 options_.annotate_code ? &annotation_collector : NULL)); in Generate()
89 options_.annotate_code ? info_relative_path : ""); in Generate()
106 if (options_.annotate_code) { in Generate()
Djava_helpers.h193 context->options().annotate_code
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h89 annotate_code(false) {} in GeneratorOptions()
133 bool annotate_code; member
Djs_generator.cc3528 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 …]