Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc86 file_options.annotate_code = true; in Generate()
144 if (file_options.annotate_code) { in Generate()
156 file_options.annotate_code ? &annotation_collector : NULL); in Generate()
164 if (file_options.annotate_code) { in Generate()
Djava_options.h48 annotate_code(false) { in Options()
59 bool annotate_code; member
Djava_file.cc269 printer, '$', options_.annotate_code ? classname_ + ".java.pb.meta" : ""); in Generate()
590 std::vector<std::string>* file_list, bool annotate_code, in GenerateSibling() argument
604 annotate_code ? &annotation_collector : NULL); in GenerateSibling()
620 if (annotate_code) { in GenerateSibling()
639 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings()
646 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings()
654 file_list, options_.annotate_code, annotation_list, "OrBuilder", in GenerateSiblings()
659 file_list, options_.annotate_code, annotation_list, "", in GenerateSiblings()
668 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.h190 if (context->options().annotate_code && IsOwnFile(descriptor, immutable)) {
/external/opencensus-java/contrib/appengine_standard_util/
Dbuild.gradle43 option 'annotate_code'
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h89 annotate_code(false) {} in GeneratorOptions()
133 bool annotate_code; member
Djs_generator.cc3532 annotate_code = true; in ParseFromOptions()
3626 options.annotate_code ? &annotation_collector : nullptr); in GenerateFile()
3634 if (options.annotate_code) { in GenerateFile()
3743 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll()
3779 if (options.annotate_code) { in GenerateAll()
3820 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll()
3853 if (options.annotate_code) { in GenerateAll()
3873 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll()
3887 if (options.annotate_code) { in GenerateAll()
3905 options.annotate_code ? &annotation_collector : nullptr); in GenerateAll()
[all …]