Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DCommandParser.cpp815 string cpm = Value("cpm"); in IsComponentModeValid() local
816 if (cpm != "true" && cpm != "false") { in IsComponentModeValid()
822 isComponentMode = cpm == "true" ? true : false; in IsComponentModeValid()