Home
last modified time | relevance | path

Searched refs:idxVal (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.cpp799 auto idxVal = std::distance(projectModels.begin(), in GetProjectModelEnumValue() local
801 idxVal = (idxVal >= projectModels.size()) ? 0 : idxVal; in GetProjectModelEnumValue()
802 return idxVal; in GetProjectModelEnumValue()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp472 int idxVal = CommandParser::GetInstance().GetProjectModelEnumValue(); in SetProjectModel() local
473 ILOG("ProjectModel: %s", CommandParser::GetInstance().GetProjectModelEnumName(idxVal).c_str()); in SetProjectModel()
474 args.projectModel = Platform::ProjectModel(idxVal); in SetProjectModel()

Completed in 4 milliseconds