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/ |
| D | java_options.h | 48 annotate_code(false) { in Options() 59 bool annotate_code; member
|
| D | java_generator.cc | 83 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()
|
| D | java_file.cc | 257 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()
|
| D | java_shared_code_generator.cc | 78 options_.annotate_code ? &annotation_collector : NULL)); in Generate() 93 options_.annotate_code ? info_relative_path : ""); in Generate() 110 if (options_.annotate_code) { in Generate()
|
| D | java_helpers.h | 168 if (context->options().annotate_code && IsOwnFile(descriptor, immutable)) {
|