Searched refs:annotate_code (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_generator.cc | 86 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()
|
D | java_options.h | 48 annotate_code(false) { in Options() 59 bool annotate_code; member
|
D | java_file.cc | 269 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()
|
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 | 190 if (context->options().annotate_code && IsOwnFile(descriptor, immutable)) {
|
/external/opencensus-java/contrib/appengine_standard_util/ |
D | build.gradle | 43 option 'annotate_code'
|
/external/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 | 3532 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 …]
|