Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Doption.h43 bool CheckOptionFormat(const std::string &optionName);
93 if (!CheckOptionFormat(optionName)) { in GetOptionValue()
/developtools/hiperf/include/
Doption.h42 bool CheckOptionFormat(const std::string &optionName);
92 if (!CheckOptionFormat(optionName)) { in GetOptionValue()
/developtools/hiperf/src/
Doption.cpp24 bool CheckOptionFormat(const std::string &optionName) in CheckOptionFormat() function
163 if (!CheckOptionFormat(optionName)) { in RegisterMainOption()