Searched refs:pCommandParser (Results 1 – 1 of 1) sorted by relevance
79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse() argument90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) { in parse()115 TRemoteCommandHandlerTemplate(CCommandParser *pCommandParser) in TRemoteCommandHandlerTemplate() argument116 : _pCommandParser(pCommandParser), _maxCommandUsageLength(0) in TRemoteCommandHandlerTemplate()