Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h63 const int minActionVal = 0; member in CommandLine
H A DCommandLine.cpp1331 if (args["keyAction"].AsInt() < minActionVal || args["keyAction"].AsInt() > maxActionVal) { in IsKeyArgsValid()
1332 ELOG("Param keyAction's value is invalid,value range %d-%d.", minActionVal, maxActionVal); in IsKeyArgsValid()

Completed in 4 milliseconds