Searched refs:_remoteCommandParserVector (Results 1 – 1 of 1) sorted by relevance
132 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in ~TRemoteCommandHandlerTemplate()134 delete _remoteCommandParserVector[uiIndex]; in ~TRemoteCommandHandlerTemplate() local152 …_remoteCommandParserVector.push_back(new CRemoteCommandParserItem(strCommandName, pfnParser, uiMin… in addCommandParser()189 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in initMaxCommandUsageLength()191 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in initMaxCommandUsageLength()214 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in helpCommandProcess()216 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in helpCommandProcess()238 for (uiIndex = 0; uiIndex < _remoteCommandParserVector.size(); uiIndex++) { in findCommandParserItem()240 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in findCommandParserItem()252 std::vector<CRemoteCommandParserItem*> _remoteCommandParserVector; variable