Home
last modified time | relevance | path

Searched refs:DoGetHashKey (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/
Dmain.cpp35 if (options.DoGetHashKey()) { in main()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp220 if (!DoGetHashKey() && !doDumpAST && !doGenerateCode && !doOutDir) { in CheckOptions()
235 if (DoGetHashKey() || doDumpAST || doGenerateCode || doOutDir) { in CheckOptions()
Doptions.h54 inline bool DoGetHashKey() const in DoGetHashKey() function