OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:include_guard_
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
ast_cpp.cpp
437
include_guard_
(include_guard) {}
440
to->Write("#ifndef %s\n",
include_guard_
.c_str());
441
to->Write("#define %s\n\n",
include_guard_
.c_str());
446
to->Write("#endif // %s\n",
include_guard_
.c_str());
ast_cpp.h
402
const std::string
include_guard_
;
member in class:android::aidl::cpp::final
Completed in 72 milliseconds