Home
last modified time | relevance | path

Searched refs:ProcessInclude (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.h35 bool ProcessInclude(std::list<std::string> &includeList);
H A Dparser.cpp60 if (current_ == INCLUDE && !ProcessInclude(includeList)) { in ParseOneContent()
126 bool Parser::ProcessInclude(std::list<std::string> &includeList) in ProcessInclude() function in Parser