Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDrawCommandGeometryWidget.cpp70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) { in setDrawCommandIndex() argument
71 fCommandIndex = commandIndex; in setDrawCommandIndex()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp254 int commandIndex = ParseCommand(kNumCommandForms, g_CommandForms, commandStringUpper, in ParseArchiveCommand() local
256 if (commandIndex < 0) in ParseArchiveCommand()
258 command.CommandType = (NCommandType::EEnum)commandIndex; in ParseArchiveCommand()