Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/kotlin/
Dgenerator.cc64 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()
Dfile.cc90 options_.annotate_code ? &annotation_collector : nullptr); in GenerateSiblings()
113 if (options_.annotate_code) { in GenerateSiblings()
/third_party/protobuf/src/google/protobuf/compiler/java/
Dgenerator.cc72 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()
Doptions.h27 annotate_code(false), in Options()
40 bool annotate_code; member
Dfile.cc279 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()
Dshared_code_generator.cc59 options_.annotate_code ? &annotation_collector : nullptr)); in Generate()
81 options_.annotate_code ? info_relative_path : "", in Generate()
109 if (options_.annotate_code) { in Generate()
Dcontext.h93 context->options().annotate_code
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.cc576 bool annotate_code = false; in Generate() local
580 annotate_code = true; in Generate()
601 '$', annotate_code ? &annotation_collector : nullptr); in Generate()