OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotate_headers
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h
49
annotate_headers
(false),
55
bool
annotate_headers
;
member in struct:google::protobuf::compiler::cpp::Options
cpp_generator.cc
93
} else if (options[i].first == "
annotate_headers
") {
94
file_options.
annotate_headers
= true;
122
io::Printer printer(output.get(), '$', file_options.
annotate_headers
126
&printer, file_options.
annotate_headers
? info_path : "");
127
if (file_options.
annotate_headers
) {
142
io::Printer printer(output.get(), '$', file_options.
annotate_headers
146
&printer, file_options.
annotate_headers
? info_path : "");
147
if (file_options.
annotate_headers
) {
Completed in 197 milliseconds