Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_options.h48 annotate_code(false) { in Options()
59 bool annotate_code; member
Djava_generator.cc83 file_options.annotate_code = true; in Generate()
140 if (file_options.annotate_code) { in Generate()
150 io::Printer printer(output.get(), '$', file_options.annotate_code in Generate()
160 if (file_options.annotate_code) { in Generate()
Djava_file.cc257 printer, '$', options_.annotate_code ? classname_ + ".java.pb.meta" : ""); in Generate()
546 vector<string>* file_list, bool annotate_code, in GenerateSibling() argument
560 annotate_code ? &annotation_collector : NULL); in GenerateSibling()
576 if (annotate_code) { in GenerateSibling()
595 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings()
602 options_.annotate_code, annotation_list, "", &generator, in GenerateSiblings()
610 file_list, options_.annotate_code, annotation_list, "OrBuilder", in GenerateSiblings()
615 file_list, options_.annotate_code, annotation_list, "", in GenerateSiblings()
624 options_.annotate_code, annotation_list, "", generator.get(), in GenerateSiblings()
Djava_shared_code_generator.cc78 options_.annotate_code ? &annotation_collector : NULL)); in Generate()
93 options_.annotate_code ? info_relative_path : ""); in Generate()
110 if (options_.annotate_code) { in Generate()
Djava_helpers.h168 if (context->options().annotate_code && IsOwnFile(descriptor, immutable)) {