Home
last modified time | relevance | path

Searched refs:regsArgsCountMap (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.cpp174 regsArgsCountMap[key] = argc; in Register()
520 uint32_t size = regsArgsCountMap[command]; in IsResolutionArgValid()
780 auto regInfo = regsArgsCountMap.find(strs[i]); in ProcessingCommand()
781 if (regInfo == regsArgsCountMap.end()) { in ProcessingCommand()
H A DCommandParser.h107 std::map<std::string, uint32_t> regsArgsCountMap; member in CommandParser::ScreenMode
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp911 uint32_t num = CommandParser::GetInstance().regsArgsCountMap[key]; in TEST_F()

Completed in 7 milliseconds