OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_path
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc
121
string
info_path
= basename + ".proto.h.meta";
local
126
&printer, file_options.annotate_headers ?
info_path
: "");
129
generator_context->Open(
info_path
));
141
string
info_path
= basename + ".h.meta";
local
146
&printer, file_options.annotate_headers ?
info_path
: "");
149
generator_context->Open(
info_path
));
cpp_file.h
71
//
info_path
, if non-empty, should be the path (relative to printer's output)
74
const string&
info_path
);
75
//
info_path
, if non-empty, should be the path (relative to printer's output)
78
const string&
info_path
);
110
// Generate a pragma to pull in metadata using the given
info_path
(if
111
// non-empty).
info_path
should be relative to printer's output.
112
void GenerateMetadataPragma(io::Printer* printer, const string&
info_path
);
cpp_file.cc
98
const string&
info_path
) {
118
GenerateMetadataPragma(printer,
info_path
);
174
const string&
info_path
) {
186
GenerateMetadataPragma(printer,
info_path
);
867
const string&
info_path
) {
868
if (!
info_path
.empty() && !options_.annotation_pragma_name.empty() &&
872
"#pragma $pragma$ \"$
info_path
$\"\n"
875
options_.annotation_pragma_name, "
info_path
",
info_path
);
[
all
...]
/external/autotest/client/cros/power/
power_status.py
[
all
...]
Completed in 5858 milliseconds